A:link {
	color: #008800;
	text-decoration: none;
}
A:active {
	text-decoration: none;
	color: #008800;
}
A:active:hover {
	text-decoration: underline;
	color: #008800;
	background-color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #008800;
}
A:visited {
	text-decoration: none;
	color: #008800;
}
A:visited:hover {
	text-decoration: underline;
	color: #008800;
}

<!--
.Style3 {font-family: "Microsoft Sans Serif"; color: #FFFFFF; }
.Style5 {font-family: "Microsoft Sans Serif"; color: #FFFFFF; font-size: x-small; }
.Style7 {
	font-family: "Microsoft Sans Serif";
	color: #999999;
	font-weight: bold;
	font-size: large;
}
.Style9 {
	font-family: "Microsoft Sans Serif";
	color: #FF0000;
	font-size: x-small;
	font-weight: bold;
}
-->