A:hover {
	color: "#FF0000";
	text-decoration : underline;
}

A { text-decoration: none } 

A.mail:hover {
	color: "#FF0000";
	text-decoration : none;
}
		
A.copyright:hover {
	color: "#FF0000";
	text-decoration : none;
}