
a {
	color: #990000;
	}
	
a:active {
	color: #990000;
	background: #ffff99;
	
	}
	
a:hover {
	color: #990000;
	background: #ffff99;
	}
	
a:visited {
	color: #003366;
	}
