BODY, TD {
	background: white;
	color : #FF00FF;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H1 {
	font-size: 36px;
	color: rgb(0,0,255);
}

H2 {
	font-size: 30px;
	color: rgb(0,0,124);
}

H3 {
	background: yellow;
        font-size: 24px;
	color: rgb(0,0,255);
}

H4 {
        font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	color: rgb(0,0,124);
}

H5 {
	font-size: 20px;
	color: #FF00FF;
}

H6 {
	font-size: 16px;
	color: rgb(0,0,124);
}

A {
	text-decoration: none;
	color: rgb(0,0,255);
}

A:Hover {
	text-decoration: underline;
	color: rgb(255,0,0);
}

/* Trennlinie */
HR {
	color: darkmagenta;
	height: 3pt;
}

p,ul,ol,li,div,td,th,address,blockquote,menu,dir {
        font-size:16px;
        color: black;
 }



