div.eg1 {border:8px #9cf;
         border-style:none;
         margin:10px; background:#eee;}
div.eg2 {border:8px #9c6;
         border-style:hidden;
         margin:10px; background:#eee;}
div.eg3 {border:8px #9cf;
         border-style:dotted;
         margin:10px; background:#eee;}
div.eg4 {border:8px #9c6;
         border-style:dashed;
         margin:10px; background:#eee;}
div.eg5 {border:8px #9cf;
         border-style:solid;
         margin:10px; background:#eee;}
div.eg6 {border:8px #9c6;
         border-style:double;
         margin:10px; background:#eee;}
div.eg7 {border:8px #9cf;
         border-style:groove;
         margin:10px; background:#eee;}
div.eg8 {border:8px #9c6;
         border-style:ridge;
         margin:10px; background:#eee;}
div.eg9 {border:8px #9cf;
         border-style:inset;
         margin:10px; background:#eee;}
div.eg10 {border:8px #9c6;
         border-style:outset;
         margin:10px; background:#eee;}