BODY {
	color : #000066;
	font-family : Arial, sans-serif;
}

A {
	color : Red;
	text-decoration : none;
}

A:HOVER {
	color : #000066;
	text-decoration : none;
}

a.alt {
    color : #000066; 
    text-decoration : underline; 
} 

a.alt:hover {
	color : red;
	text-decoration : underline;