body {
	background-color: Green;
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 120%;
}
a, a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: White;
}

a:hover {
	border-left: thin solid White;
	border-bottom: thin solid White;
}
td.rechts {
	text-align: right;
}
p.text {
	width: 600px;
	text-align: justify;
}
td.text {
	width: 500px;
}
hr {
	color: Silver;
	border-bottom-style: groove;
	border-bottom-width: medium;
	border-bottom-color: White;
}
th {
	font-size: 24pt;
	font-weight: 900;
	text-align: center;
}
td.edi {
	font-size: 18pt;
	font-weight: 900;
	text-align: center;
	line-height: 135%;
}

hr.edi {
	color: Silver;
	border-bottom-style: groove;
	border-bottom-width: medium;
	border-bottom-color: White;
	width: 400px;
}


