﻿body {
	color: #FFFFCC;
	background: #000000 center top;
	text-align: center;
}
#zentriert {
	font: normal normal bold 100% serif;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30em;
	height: 20em;
	margin-left: -15em;
	margin-top: -10em;
	padding: 1em;
	font-size: large;
}
.style1 {
	text-align: center;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
