body {
   color:#000000;
   background-color:#ffffff;
   font-family:verdana, sans-serif; 
   font-size:12px;}

.solid  {border-style:solid;  border-color:red; border-width:1px;}
.dotted {border-style:dotted; border-color:green; border-width:2px;}
.dashed {border-style:dashed; border-color:blue; border-width:3px;}
.double {border-style:double;}
.groove {border-style:groove;}
.ridge  {border-style:ridge;}
.inset  {border-style:inset;}
.outset {border-style:outset;}

 p {display:inline-block}