a:link {
	color: #005782;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0077B0;
}
a:hover {
	color: #005782;
	text-decoration: underline;
}
a:active {
	color: #005782;
	text-decoration: blink;
}
