body {
	background-color: #2C2F98;
	color: white;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /* Schriftgröße */
	position: absolute;
width: 400px;
height: 150px;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -200px;
}

h1 { font-size: 250%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }
a { text-decoration: none; } /* Unterstreichung entfernen */
a:link { color: #d90000; }
a:visited { color: #cc6666; }
