* { margin: 0; padding: 0; }

BODY  {  background-image: url("../Bilder/Hintergrund.gif");
	font-family : Verdana;
	color : Black;
	font-size : 9pt;
         text-align:center
}

P  {
	font-family : Verdana;
	color : Black;
	font-size : 9pt;
}

H1  {
	font-family : Verdana;
	font-size : xx-large;
	font-weight : bold;
	color : Blue;
	text-decoration : underline;
	text-align : center;
}

H2  {
	font-family : Verdana;
	font-size : x-large;
	font-weight : bold;
	color : Blue;
	text-align : center;
}

H3  {
	font-family : Verdana;
	color : Blue;
	text-align: center;
	background-color : White;
}

A  {
	font-family : Verdana;
	color : Blue;
	font-size : 9pt;
}

A:Visited  {
	font-family : Verdana;
	color : Blue;
	font-size : 9pt;
}

A:Active  {
	font-family : Verdana;
	color : Blue;
	font-size : 9pt;
}

A:Hover  {
	font-family : Verdana;
	color : Green;
	font-size : 9pt;
}

TD  {
	font-family : Verdana;
	color : Black;
	font-size : 9pt;
}

TH  {
	font-family : Verdana;
	color : Black;
	font-weight : bold;
	font-size : 11pt;
}