The border-top-style, border-bottom-style, border-left-style and border-right-style properties specify the style of an element's top, bottom, left and right borders. Possible values are the keywords none, dashed, dotted, double, groove, solid, ridge, inset and outset.
TIP:When an image is used as a hypertext link, the browser usually renders it with a coloured border automatically. Setting the relevant border-style attribute to none will suppress the border altogether. For example, the following code contains a header style that suppresses the borders of all <img> elements in the document.