/* Hintergrundfarbe, Schriftfamilie und Größe */
  body {
  background-color: 550000;
  text-decoration: none;
  color: 000000;
  text-align: normal;
  font-size: 14px;
  font-family: Arial;
 } 
 
 
 iframe {
  height: auto;
  border: 0px;
 }
 
/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 a {
  text-decoration: none;
  font-style: normal;
  font-weight:700;
  color: FFFFFF;
  text-align: center;
  font-size: 12px;
  font-family: Arial;
 }

/*Link beim Drüberfahren (Maus)*/
  a:hover {
  text-decoration: none;
  font-style: normal;
  color: FF99FF;
  text-align: center;
  font-size: 12px;
  font-family: Arial;
 }
 
/* Tabellen Schriftfamilie und Größe */
  body table {
  text-decoration: none;
  color: FFFFFF;
  text-align: normal;
  font-size: 10px;
  font-family: Arial;
 } 
