@charset "utf-8";

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #185a08;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3da723;
}
.maintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
}
.bottomnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
}