BODY {
 SCROLLBAR-FACE-COLOR: white;
 SCROLLBAR-HIGHLIGHT-COLOR: blue;
 SCROLLBAR-SHADOW-COLOR: black
 SCROLLBAR-3DLIGHT-COLOR: black;
 SCROLLBAR-ARROW-COLOR: black;
 SCROLLBAR-TRACK-COLOR: DimGray;
 SCROLLBAR-DARKSHADOW-COLOR: black;
}

A:link {
color : white; 
text-decoration : none; 
font-weight: bold;
} 
A:visited {
color : Silver;
text-decoration : none; 
} 
A:active {
text-decoration : nove; 
Font-style : italic;
} 
A:hover {
color : yellow; 
text-decoration : underline;
}
