@charset "UTF-8";
a:link {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.special:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.special:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.special:hover {
	color: #336633;
	text-decoration: none;
}
a.special:active {
	color: #336633;
	text-decoration: none;
}
