a:link       
{ 
	font-family: Arial; 
	font-size: 10pt; 
	color: #0000FF; 
	text-decoration: underline;
	!important 
}

a:visited    
{ 
	font-family: Arial; 
	font-size: 10pt; 
	font-style:italic; 
	color: #000080;
	!important; 
}

a:active     
{ 
	font-family: Arial; 
	font-size: 10pt; 
	color: #FF0000; 
	text-transform:uppercase;
	!important
}

a:hover      
{ 
	font-family: Arial; 
	font-size: 10pt;
	font-weight:bold; 
	color: #800000; 
	text-decoration:underline;
	!important;
}

