a:hover {
	color: #006633;
	text-decoration: none;
	background-color: #999999;

}
a:link {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

