BODY {
	scrollbar-face-color:#FFFF00;
	scrollbar-base-color:#000000;
	scrollbar-track-color:#000000;
	background-color: #FFFF00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Links */

a {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* Ausrichtung und Schrift in den Zellen */
td.rechts {
	text-align: right;
}

td.mitte {
	text-align: center;
}

td.links {
	text-align: left;
}