font {
	font-family: Arial, Helvetica, sans-serif;
	color: #003298;
}

a:link {
	color: #003298;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003298;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #003298;
	}