     a:link {
	color: blue;
     }
     a:visited {
	color: blue;
     }
     a:hover {
	text-decoration: none;
	color: green;
     }
