a:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
a:link {  color: #CCCCCC; text-decoration: underline}
a:visited {  color: #CCCCCC; text-decoration: underline}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
