body {
    font-family: verdana;
    font-size: 11px;                                                                                                                       
    color: white;                                                                                                                             
    background:black;
    text-decoration: none;
    margin-top: 4px;                                                                                                                          
    margin-bottom: 4px;
    margin-left: 6px;                                                                                                                           
    margin-right: 4px;                                                                                                                          
    text-align: center;

}    

a {
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: silver;

}
a:visited {                                                                                                                                          
	font-family: verdana;                                                                                                                        
	font-size: 11px;                                                                                                                             
	text-decoration: none;                                                                                                                       
	color:white;                                                                                                                                 
				                                                                                                                                                     
}                                                                                                                                                    
a:hover {                                                                                                                                            
	font-family: verdana;                                                                                                                        
	font-size: 11px;                                                                                                                             
	color: silver;                                                                                                                               
	text-decoration: none;                                                                                                                       
					                                                                                                                                                     
}                                                                                                                                                    
a:active {                                                                                                                                           	
	font-family: verdana;                                                                                                                        
	font-size: 11px;                                                                                                                             
	color: black;                                                                                                                                
	text-decoration: none; 
}
