.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 8bc323;
}
.contentText {
	color: 757050;
	font: normal 80% Arial;
	line-height: 140%;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: 817e70;
}
A:link {
	color: #84be18;
	font: bold Arial;
	text-decoration: none;
}
A:visited {
	color: #84be18;
	font: bold Arial;
	text-decoration: none;
}
A:active {
	color: #84be18;
	font: bold Arial;
	text-decoration: none;
}
A:hover {
	color: #84be18;
	font: bold Arial;
	text-decoration: underline;
}