a:link {
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline overline;
}
a:active {
	color: #000099;
	text-decoration: none;
}

