span.aRed a {
	color: #e60012;
	text-decoration:underline;
}

.aRed a:hover {
	color: #ff6666;
	text-decoration:underline;
}


