@charset "UTF-8";
h1 {
	font-size: 12px;
	color: #4E7C46;
}
a:link {
	color: #9BB85D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D2DC6E;
}
a:visited {
	text-decoration: none;
	color: #9bb85d;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43743b;
}
.layout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #43443b;
	background-color: #000000;
}
