
a {
	color: #990000;
	}
	
a:active {
	color: #990000;
	background: #ffff99;
	
	}
	
a:hover {
	color: #990000;
	background: #ffff99;
	}
	
a:visited {
	color: #003366;
	}

ul li, ol li {
     line-height:160%; /*or whatever height you like*/
}