a:active {
	text-decoration: none;
	color: 0066FF;
}
a:link {
	text-decoration: none;
	color: 0066FF;
}
a:visited {
	color: #CC6633;
	text-decoration: none;

}
a:hover {
	color: 0066FF;
	text-decoration: underline;
}
