/* CSS Document */
body {
	background-image: url(hg_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	padding-top: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: bold;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: bold;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
.schrift {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}