A
 {
	text-decoration: none;
	color: #D90000;
}

A:Hover {
	text-decoration: none;
	color: White;
	background : #D90000;
}
	
A.onred {
	text-decoration: none;
	color: White;
}

A:Hover.onred {
	text-decoration: none;
	color: #D90000;
	background: white;
}

