/* sets the main body properties */
HTML {
scrollbar-arrow-color:#ffffff; 
scrollbar-face-color:#51637b; 
scrollbar-3dlight-color:#81888c; 
scrollbar-highlight-color:#ffffff; 
scrollbar-shadow-color:#999999; 
scrollbar-darkshadow-color:#333333; 
scrollbar-track-color:#a5acbc; 
}

/* this group sets the normal link colors */

A:LINK {color: #444444; text-decoration: none; }
A:VISITED {color: #444444; text-decoration: none;}
A:HOVER {color: #FFFFFF; text-decoration: none;background-color: black; }
A:ACTIVE {color: cyan; text-decoration: none;background-color: #51637b}