body {
    
color: black;
    
font-family: Courier New;
    
font-size: 13px;
    
scrollbar-darkshadow-color: white; 
    
scrollbar-track-color: white; 
    
scrollbar-face-color: white; 
    
scrollbar-shadow-color: white;
    
scrollbar-3dlight-color: white; 
    
scrollbar-highlight-color: white; 
    
scrollbar-arrow-color: black;
    
BACKGROUND-COLOR: white;
    
}



a:active {
    
color: white;
   
text-decoration: none;
    
font-weight: bold;
}



a:link {
    
color: white;
    
text-decoration: none;

font-weight: bold;
}



a:visited {
    
color: white;
    
text-decoration: none;
    
font-weight: bold;
}



a:hover {
    
color: green;
    
text-decoration: none;
   
font-weight: bold;

background: black;
    
position: relative;
    
left: 1px;
    top: 1px;
}




.head 
{ 
font-weight: bold; 

color: white; 

font-family: Courier New;

border: black; 

border-style: solid; 

border-top-width: 1px;  

border-right-width: 1px; 

border-bottom-width: 1px; 

border-left-width: 1px;

background: black;

font-variant: none;

text-align: center;
}