body {bgcolor="#FF00FF";
}
/*fettes, sehr großes Gelb kursiv für die Überschrift*/
h1 {font-family:arial;
	color:#ffffff;
	text-decoration:none;
	font-size:36pt;
	font-style:italic;
	font-weight:bold;
}
 /* Titelworte */
h2 {font-family:arial;
	color:#ffffff;
 	font-weight:bold;
	font-size:24pt;
	font-style:italic;
}
 /* Tabellenkopf */
h3 {font-family:arial;
	color:#0000ff;
 	font-weight:bold;
	font-size:18pt;
}
/*normales, fettes Dunkelblau für die Daten*/
td {font-family:arial;
	text-align:center;
	color:Navy;
	text-decoration:none;
	font-size:medium;
	font-weight:bold;
	bgcolor:#FF0000;
}
/*normales, kursives, mittleres Blau für das Aktualisierungs-Datum*/
p {font-family:arial;
	color:Blue;
	text-decoration:none;
	font-size:medium;
	font-weight:bold;
	font-style:italic;
}


a:link    { font-family: Arial; color: blue;   font-size:24pt; text-decoration: underline}
a:visited { font-family: Arial; color: Purple; font-size:large; text-decoration: underline}
a:active  { font-family: Arial; color: yellow; font-size:large;  text-decoration: none}
a:hover   { font-family: Arial; color: Purple; font-size:large;  text-decoration: underline}
