a:link { 
	color: navy; 	
	text-decoration: none}
a:hover { 
	color: red; 
	text-decoration: none} 
a:visited { 
	color: navy; 
	text-decoration: none}

