body {
	background-color: #3F6616;
	color: #F0F0E0;
  margin: 0px;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
}
.content b {
	color: #FFFFFF;
}

.content p {
	color: #F0F0E0;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
}
p.title {
	color: #FFFFFF;
	text-align: justify;
	font-family: Arial;
	font-size: 14pt;
}


.content a {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

