a:link {
	font-weight: normal;
	color: #709700;
	text-decoration: underline;
}
a:visited {
	color: #709700;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

a.special:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.special:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.special:hover {
	color: #719700;
	text-decoration: none;
	font-weight: normal;
}
a.special:active {
	color: #719701;
	text-decoration: none;
	font-weight: normal;
}
