.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CD;
	text-decoration: none;
}
	A 			{ 
	color: #0000CD;  
	text-decoration: none;
}
	A:link		{ 
	color: #0000CD;  
	text-decoration: none; 
}
	A:visited	{ 
	color: #0000CD;  
	text-decoration: none; 
}
	A:active	{ c
	color: #0000CD;  
	text-decoration: none; 
}
	A:hover		{ 
	color: #FF0000;  
	background: #FFFFFF; 
	text-decoration: underline; 
}
   A:visited:hover  { 
	color: #FF0000;  
	background: #FFFFFF; 
	text-decoration: underline; 
}