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