page {
	size: landscape;
}

BODY {
	background-color: silver;
	color: white;
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 13px;
}

TD {
	color: white;
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 13px;
}

H1 {
	color: white;
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

H2 {
	color: white;
	font-family: Arial, "Arial Unicode MS", Verdana;
	font-size: 12pt;
}

a:link {
	color: #B22222;
	text-decoration: none;
}

a:visited {
	color: #B22222;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	color: #000000;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}

.invertiert {
	color: #000000;
	font-style: normal;
	font-weight: normal;
}