div.eg1 {border:8px #9cf;
         border-top-style:dashed;
         margin:10px; background:#eee;}
div.eg2 {border:8px #9c6;
         border-right-style:solid;
         margin:10px; background:#eee;}
div.eg3 {border:8px #9cf;
         border-bottom-style:dotted;
         margin:10px; background:#eee;}
div.eg4 {border:8px #9c6;
         border-left-style:solid;
         margin:10px; background:#eee;}
div.eg5 {border:8px #9cf;
         border-top-style:groove;
         border-right-style:ridge;
         border-bottom-style:inset;
         border-left-style:outset;
         margin:10px; background:#eee;}