A.footer {
	text-decoration: none;
	color: Blue;
}

A:hover.footer {
	color: Red;
}