@charset "utf-8";
a:link {
	font-family: Arial;
	color: #2b3106;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	color: #2B3106;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	color: #2B3106;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #758710;
	text-decoration: none;
}

