The border-style property sets the style of an element's four borders. This property can have from one to four values.Examples:
border-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
p { border-style: solid; }