P  {
	font-size : xx-small;
	font-family : Arial;
	color : Fuchsia;
	text-align : center;
}

H1  {
	font-size : x-large;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color :Aqua;
	text-align : center;
}

H2  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Aqua;
	text-align : center;
}

H3  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : bold;
	color : Aqua;
	text-align : center;
}

H4  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : bold;
	color : Fuchsia;
}

H5  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : bold;
	color : Fuchsia;
}

H6  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : bold;
	color : Fuchsia;
	text-align : center;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	background: url(../pix/background_neu.gif) repeat;
}

