body,td,th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #093C01;
}
body {
	background-color: #bfc499;
	text-align: center;
}
.h-oben {
	font-weight: bold;
        font-size: 22px;
}
a:link {
	color: #093C01;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #093C01;
        font-weight: bold;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: #093C01;
}
a:active {
	text-decoration: none;
	color: #093C01;
	font-weight: bold;
	font-style: italic;
}

.hinweis {
	font-size: 12px;
}