body {
	font-family: sans-serif, Helvetica;
	}

a {
	color: #990000; 
	text-decoration: none;
	}

a:hover {
	color: blue; 
	text-decoration: none; 
	background-color: yellow;
	}
