A { color: #C0C0C0; 
font-weight:bold; 
text-decoration: none; 
}
		
A:link { 
color: #C0C0C0;
 font-weight:bold;
 text-decoration: none; 
}

A:visited { 
color: #C0C0C0;
font-weight:bold; text-decoration: none;
}	
A:active{ 
color: #358391;
font-weight:bold; text-decoration: none;
}	
A:hover	{ 
color: #358391;
font-weight:bold; 
text-decoration: none;
}

body, td, tr{		
font-family: verdana;		
color:#FFFFFF;		
font-size:11;		
font-weight:normal;
}