a:focus {
	color: Red;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	background-color: #99FF99;
}

a:visited {
	color: Black;
	text-decoration: none;
}

a:active {
	color: Red;
	text-decoration: none;
}

