body {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	color: White;
	}

td {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	font-weight: bolder;
	color: White;
	background-color: Black;
	border: thin;
	border-color: White;
	border-style: inset;
}

a {
	text-decoration: none;
	color: White;
}

a:hover {
	text-decoration: underline;
	color: White;
}

.nobord {
	border-color: black;
	border-style: inset;
	border: none;
}

.smalltext {
	font-size : 7pt;
}

.fehler {
	font-size : 12pt;
	font-weight: bold;
	color: Red;
}