body	{
	margin-top: 0;
	margin-left: 0;
	align: middle;
	background-color: #000000;

	}
.contentgreen {
	font-family: "Courier New", Courier, mono;
	color: #cccccc;
	font-size: 12px;
}
a:link {
	color: cccccc;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.header {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	
	color: #69c01a;
}
.boldheader {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	color: #69C01A;
}
.kleinfls {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
#overflow {
	height: 250px;
	width: 100%;
	overflow: auto;
}
