A:link {	text-decoration : none;	color : green;    }   A:visited {	text-decoration : none;	color: green;	}	A:hover {	text-decoration : underline;   	color : red; 	}