a {
	color: #003333; 
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #006666;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #993399;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
; background-color: #EEDDFF
}
