body {               /* Standart Text Körper */
  font-family: "Verdana", sans-serif;
  font-style: normal;
  color: white;
  background-color: black;
  font-size: 10pt;
}

a:link {           /* normaler Link */
  font-family: "Verdana", sans-serif;
  font-style: normal;
   font-size: 10pt;
  color: #FFD60A; //#6699FF;
  font-weight: bold;
  text-decoration: none;
}

a:visited {           /* besuchter Link */
  font-family: "Verdana", sans-serif;
  font-style: normal;
   font-size: 10pt;
  color: #FFD60A; //#6699FF;
  font-weight: bold;
  text-decoration: none;
}

a:active {              /* aktiver Link */
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-size: 10pt;
  color: #FFD60A; //#6699FF;
  font-weight: bold;
  text-decoration: none;
}

a:hover {              /* Mouse-Over Link */
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-size: 10pt;
  color: red;
  font-weight: bold;
  text-decoration: none;
}

table {            /* Tabellen-Rahmen */
  font-family: "Verdana", sans-serif;
  font-size: 10pt;
  color: white;
}

td {                /* Tabellen-Zelle */
 font-family: "Verdana", sans-serif;
  font-size: 10pt;
  text-align:  left;
  color: white;
  text-align: center;
}

th {               /* Tabellen-Überschrift */
  font-family: "Verdana", sans-serif;
  color: white;
  font-size: 10pt;
  text-align: center;
}