body 
{
/* Hauptschriftart für gesamtes Dokument*/
font-family: "Arial";
 /* Haupttextfarbe für gesamtes Dokument*/
color: #FFFFFF;
/* Hintergrundfarbe für gesamtes Dokument*/
background: #5A0000;

/* Randabstand */ 
margin-left: 0,1cm;
margin-right: 0,1cm;
margin-top: 0,2cm;
}

a {
	color: #DAA520; /* Linkfarbe */
	font-weight: normal;
	text-decoration: none; /* ohne unterstreichen */
}
a:visited {
	color: #FF8000; /* Linkfarbe besuchter Link*/
	font-weight: normal;
}
a:active {
	color: Gray;  /* Linkfarbe aktiver Link */
}
a:hover {
	color: Black;
	font-weight: normal;
}
/* Linkfarbe beim Drüberfahren */

H1
{
	color: #FFFFFF;
	font-family: "Helvetica";
	font-size: 300%;
	text-align: center;
	font-weight: extra-bold;
}
H2
{
color: #FFFFFF;
font-family: "Arial";
font-size: 95%;
font-weight: extra-bold;
}
H3
{
color: #FFFFFF;
font-family: "Arial";
font-size: 10pt;
}
H4
{
color: #ff8080;
font-family: "Times New Roman";
font-size: 12pt;
text-align: center;
}
H5
{
color: #ffc0c0;
font-family: "Times New Roman";
font-size: 14pt;
text-align: center;
}
H6
{
color: #ffffff;
font-family: "Times New Roman";
font-size: 12pt;
text-align: center;
}
H3C
{
color: #000000;
font-family: "Arial";
font-size: 20pt;
text-align: center;
}