body {background-color: #219741}
h1, h2, h3, h4, h6, p, ul, li, a, td, th {
	font-family: arial, Helvetica,sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 { font-size: 100% }
h5 { font-size: 90%; font-family: arial, Helvetica,sans-serif;}
h6 {
	font-size: 80%;
	font-style: normal;
}
A:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 95%;
}
A:visited {
	color: #B7D817;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
}
A:hover {
	color: #B7D817;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
}
pre {
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
}
.weissbox {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
}

