a:link {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	color: #000066;
	}
a:hover {
	text-decoration: none; 
	color: #CCCCCC
	}
	
a:visited {
	text-decoration: none;
	color: #990033;
	}
