body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009313;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	color:#109d2c;
	text-decoration:none;
 }
a:visited {
	color:#109d2c;
	text-decoration:none;
 }
a:focus {
	color:#109d2c;
	font-weight:bold;
	text-decoration:none;
}
a.an { 
	text-decoration:none; 
}
a:hover   {
	color: #FFFFFF;
	background-color: #109d2c;
 }
