a:link, a:visited {
color: blue; 
text-decoration: underline; }

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