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