body { 
/* Gets rid of margins in space around page's content */ margin:10; 
/* Selects font for the page */ font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10px; 
/*Selects color for body text */ color: #666600; 
/* Selects the background color of the page. */ background-color: #666600; }
 p, td { font-family: Verdana, Arial, Helvetica, sans-serif; } 

BODY { scrollbar-face-color: #666600; scrollbar-3dlight-color: #999900; scrollbar-darkshadow-color:#333300; scrollbar-arrow-color: #CCCC00; 
scrollbar-track-color:#333300; }
A { color : #666600; text-decoration : underline; } A:Visited { font-size: 12px; color : #333300; text-decoration : underline; } 
A:Active { font-size: 12px; color :#666600; text-decoration : underline; } 
A:Hover { font-size: 12px; cursor: pointer; color : none; text-decoration : none; background-color: none; } 