h1  {
	font-family : Arial;
	font-size : xx-large;
	font-weight : bold;
	font-style : normal;
}

h2  {
	font-family : Arial;
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
}

h3  {
	font-family : Arial;
	font-size : large;
	font-weight : bold;
	font-style : normal;
}

a  {
	font-family : Arial;
	font-style : italic;
	color : #ffff00;
	font-weight : bold;
	text-decoration : underline;
	font-size : medium;
}

a:Visited  {
	font-family : Arial;
	font-style : italic;
	color : #800000;
	font-weight : bold;
	text-decoration : underline;
	font-size : medium;
}

a:Active  {
	font-family : Arial;
	font-style : italic;
	color : #ff0000;
	font-weight : bold;
	text-decoration : underline;
	font-size : medium;
}

a:Hover  {
	font-family : Arial;
	font-style : italic;
	color : #ffffff;
	font-weight : bold;
	text-decoration : underline;
	font-size : medium;
}

body  {
	background-color : #000000;
	color : #ffffff;
	font-family : Arial;
}

td  {
	color : #ffffff;
	font-family : Arial;
}

.aenderung  {
	font-family : sans-serif;
	font-style : italic;
	color : #808080;
	font-weight : bold;
	text-align : center;
	font-size : small;
	text-decoration : none;
}

.rotbraun  {
	color : #800000;
}

.gelb  {
	color : #ffff00;
}

.grau  {
	color : #4a4a4a;
}

.grell  {
	color : #00ff00;
}

.gruen  {
	color : #008000;
}

.rot  {
	color : #ff0000;
}

