/* The order of these styles is important
	 Some cynical people use the acronym LoVEHa!
	 Link
	 o
	 Visited
	 e
	 Hover
	 Active 
*/

a {
	color: #000080; /* white */
	text-decoration: none;
}

a:visited {
	color: #990099; /* turcoise */
}

a:hover {
	color: #ff0000; /* Red on Black */
	background-color: none;
}

a:active {
	color: #ffffff;
	background-color: none;
}
