﻿body {
background-color: #ffff66;
color: black
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: red;
SCROLLBAR-HIGHLIGHT-COLOR: blue;
SCROLLBAR-SHADOW-COLOR: blue;
SCROLLBAR-3DLIGHT-COLOR: blue;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: red;
SCROLLBAR-DARKSHADOW-COLOR: navy;
SCROLLBAR-BASE-COLOR: red
} 

body, p, div, span, th, td { font-family: verdana, sans serif } 
a:link {text-decoration: none; color: red;} 
a:active {text-decoration: none; color: red;}
a:visited {text-decoration: none; color: red;} 
a:hover {text-decoration: underline; color: blue }