a:link {
	font-weight: bold;
	color: #708A36;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #708A36;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #A8BB7C;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #A8BB7C;
	text-decoration: none;
}
a.special:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.special:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.special:hover {
	font-weight: normal;
	color: #A8BB7C;
	text-decoration: none;
}
a.special:active {
	font-weight: normal;
	color: #A8BB7C;
	text-decoration: none;
}

