BODY {
	background-color: #FFFFFF;
	color : Navy;
	text-align : left;
	list-style : circle;
	list-style-type : circle;
	border-style : none;
	border : none;
	font : 11pt Tahoma, Arial, Helvetica, Sans-Serif;
	padding-bottom : 2%;
	padding-left : 5%;
	padding-right : 5%;
	padding-top : 2%;
}
H1 {
	font-size : 13pt;
	font-weight : bold;
}
H2 {
	font-size : 20pt;
	font-weight : bold;
	text-align : center;
	color : #ff0000
}
P {
	text-align : center;
}

A {
	color : #DC143C;
	font-family : Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
A:Visited {
	color : Blue;
}
A:Active {
	color : Maroon;
}
A:Hover {
	color : red;
	font-style : normal;
	text-decoration: underline;
	}
TD {
	color : Navy;
	text-align : center;
	border : none;
	font : 9pt Tahoma, Arial, Helvetica, Sans-Serif;
}

.rechts {
	text-align: right;
}
.mitte{
	text-align: center;
}
.just{
	text-align: justify;
}
