h1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-large;
	font-weight : bold;
	font-style : normal;
}

h2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
}

h3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	font-style : normal;
}

a  {
	font-family : Arial, Helvetica, sans-serif;
	color : Green;
	font-size : medium;
	text-decoration : underline;
}

A:visited  {
	color : Olive;
	text-decoration : underline;
}

a:active  {
	color : Yellow;
	text-decoration : underline;
}

a:hover  {
	color : Red;
	text-decoration : underline;
}

body  {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	background-color : Silver;
	font-size : medium;
	text-decoration : none;
}

td  {
	font-family : Arial, Helvetica, sans-serif;
}

.aenderung  {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	color : Teal;
	font-weight : normal;
	text-align : center;
	font-size : x-small;
	text-decoration : none;
}

.gelb  {
	color : #ffff00;
}

.grau  {
	color : #4a4a4a;
}

.gross  {
	font-size : large;
}

.gruen  {
	color : #008000;
}

.klein  {
	font-size : small;
}

.rot  {
	color : #ff0000;
}

.rotbraun  {
	color : #800000;
}

.wichtig  {
	text-decoration : underline;
}

