a:active     
{ 
	font-family: Arial; 
	font-size: 10pt; text-decoration: none
	color: rgb(255,255,255) 
}
a:hover      
{ 
	font-family: Arial; 
	font-size: 10pt; text-decoration: none 
	color: rgb(255,255,255)
}
a:link       
{ 
	font-family: Arial; 
	font-size: 10pt; text-decoration: underline 
	color: rgb(255,255,255)
}
a:visited    
{ 
	font-family: Arial; font-size: 10pt; color: rgb(8,80,95); 
}
body
{
	font-family: Arial;
	color: rgb(0,0,0);
}