body {
	color: #000000;
	background: #C0C0C0;
	margin: 24px 36px 12px 72px;
	font: 100% Arial, Helvetica, sans-serif;
}
a:link {
	color: #990000;
	text-decoration: underline;

}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	width: 75%;
	margin: 24px 0px 12px 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
}
p {
	width: 75%;
	margin: 0px 0px 12px 0px;
}
.unterzeile {
	font-size: 75%;
	margin: 48px 0px 0px 0px;
}
.zusammen {
	white-space: nowrap;
}
.rot {
	color: #990000;
}
.klein {
	font-size: 85%;
}
