a:link {
	color: 				#003366;
	text-decoration: none;

}
		
a:visited {
	color:				#6699CC;
	text-decoration: none;

}

a:active {
	text-decoration: underline;
	color: #6699CC;



}	
	
a:hover {
	text-decoration: underline;
	color: #6699CC;



}

