a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:visited:hover {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #3399FF;
	text-decoration: none;
}