BODY {
	background-color: #8B0000;
	color: white;
	font-family: "Comic Sans MS";
	font-size: 11pt;
	text-align: center;
	align: : center;
}


/*Startseite - specials*/
.start{

}

/* Link normal */
A:link {
color : #80c0ff;
text-decoration : underline;
}
/* Besuchter Link */
A:visited {
color : #c0a0ff;
text-decoration : underline;
}
/* Aktiver Link */
A:active {
color : yellow;
text-decoration : underline;
}
/* Link bei Mausberührung */
A:hover {
color : yellow;
text-decoration : underline;
font-style: italic;
}



h1 {
	font-size : 200%;
	text-align: center;
	font-family: "Comic Sans MS";
}

h2 {
	font-size: 150%;
	text-decoration: underline;
}

h3 {
	font-size : 300%;
	text-align: left;
	font-family: "Comic Sans MS";
	margin-left: 30px;
}

h4 {
	font-size: 300%;
}

td {
	font-size: 11pt;
}


.mitte {
	color: White;
	background-color: #333333;
	font-family: "Century Gothic";
}

.klein {
	font-size: 75%;
}

.text {
	color: White;
	text-align: justify;
}

table {
	margin-right:auto;
	margin-left:auto;
}
