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

