body {
background-color: #FFFFFF;
color: maroon
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: #800040;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-SHADOW-COLOR: gray;
SCROLLBAR-3DLIGHT-COLOR: white;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: #800040;
SCROLLBAR-DARKSHADOW-COLOR: black;
SCROLLBAR-BASE-COLOR: black 
} 

body, p, div, span, th, td { font-family: arial, san serif } 
a:link {text-decoration: none; color: #FF0066;} 
a:active {text-decoration: none; color: red;}
a:visited {text-decoration: none; color: red;} 
a:hover {text-decoration: underline; color: blue }
