body {
	background-color:#000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	color: #990000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Schriftstil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #000000;
}
.Überschriftstil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #990000;
	text-transform: uppercase;
	text-decoration: underline;
}

a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #990000;
}