@charset "utf-8";
body {
	background-color: #287802;
	margin: 0px;
}

.font {
	font-size: 9pt;
	color: #bad700;
	line-height: 20pt;
}
a:link {
	font-size: 9pt;
	color: #bad700;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #bad700;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #bad700;
	text-decoration: underline;
}