a:hover {
	color: #CC9900;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: underline overline;
}
a:visited {
	text-decoration: none;
}
