body {background-color: white;}

table {border-style: dotted;}

BODY 
{ 
SCROLLBAR-FACE-COLOR: red;
SCROLLBAR-HIGHLIGHT-COLOR: blue;
SCROLLBAR-SHADOW-COLOR: blue;
SCROLLBAR-3DLIGHT-COLOR: blue;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: fuschia;
SCROLLBAR-DARKSHADOW-COLOR: blue;
SCROLLBAR-BASE-COLOR: white 
} 

body, p, div, span, th, td { font-family: verdana, arial, sans serif } 
a:link {text-decoration: none;} 
a:active {text-decoration: none;}
a:visited {text-decoration: none;} 
a:hover {text-decoration: underline; color: blue }