a:active {
	background-color: #006600;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
	background-color: #99FF66;
}
a:visited {
	font-style: normal;
	color: #006600;
	text-decoration: none;
}

