
HTML {
  font-family: sans-serif, serif;
  font-size: 8pt;
  display: block;
  font-weight: bold;
  color: white;
}

H1 {
  color: yellow;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 16pt;
  text-align: center;
}

H2 {
  color: yellow;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}

H3 {
  color: yellow;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
}

H5 {
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  color: yellow;
}

H4 {
  color: yellow;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}

TABLE {
  font-family: sans-serif;
  font-size: 8pt;
  display: block;
  font-weight: bold;
}

INPUT, SELECT {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
}

HR {
  border-top: thin solid;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: bold;
  border-right: thin solid;
  border-bottom: thin solid;
  border-left: thin silver solid;
}

FORM, TEXTAREA {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  margin-top: 1pt;
  margin-right: 1pt;
  margin-left: 1pt;
  margin-bottom: 1pt;
}

A:link {
  	text-decoration: none;
  	font-weight: bold;
  	color: white;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
}	

		
A:visited {
  	text-decoration: none;
  	color: white;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: bold;
}	

		
A:active {
  	text-decoration: none;
  	color: blue;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: bold;
}	

		
A:hover {
  	text-decoration: none;
  	color: silver;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  font-weight: bold;
}	

LINK {
  background-color: navy;
}

BODY {
  font-size: 8pt;
  font-weight: bold;
  color: #FFFFFE;
  font-variant: normal;
  font-style: normal;
  text-decoration: none;
  font-family: Arial;
} 

TD {
  font-size: 8pt;
/*
  display: block; entfernt wg. firefox md. 17.8.08
*/
  font-weight: bold;
  color: #FFFFFE;
  font-variant: normal;
  font-style: normal;
  text-decoration: none;
  font-family: Arial;
} 

A {
  	text-decoration: none;
  	font-weight: bold;
  	color: lime;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
}