body {
	background: #000000;
	color: #ffffff;
	font-family: Palatino Linotype, Times New Roman, Helvetica, serif;
	}

body a {
	color: #1F4813;
}
body a:hover {
	color: #00885B;
}
a:link {
	text-decoration: underline;
	color: #227100;
}
a:visited {
	text-decoration: underline;
	color: #227100;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



.frontpage {
	position: absolute;
	left:20px;
	top:20px;
	margin-right:20px;
}

.frontcenter {
	text-align: center;
}


.rightside {
	position: absolute;
	margin-right:20px;
	top:0px;
	width:25%;
}

.thecenter {
	width:440px;
	margin-left:auto;
	margin-right:auto;
}

.maintext p {
	margin-bottom: 8px;
}


.leftside {
	position: absolute;
	left:0px;
	top:0px;
	width:20%;
}



.foot {	font-size: 7pt;
	text-align: center;
	}

