a {
	color: #000077;
	text-decoration: none;
	
}
a:hover {
	color: #6666FF;
	text-decoration: none;
	
}
a:visited { 
color: #000077;
	text-decoration: none;
}
a:active {
color: #333366;
	text-decoration: none;
}