a:link {
	text-decoration: none;
	color: #003366;
}

a:visited {
  color: #003366;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFF66;
}

a:active {
	color: #003366;
	text-decoration: none;
}