body {
  background-color: White;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  /* Das Hintergrundbild */
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Die Standard-Einrückung */
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  /* Die Scrollbars (leider nur IE) */  
  scrollbar-face-color: Black;
  scrollbar-shadow-color: White;
  scrollbar-highlight-color: Silver;
  scrollbar-3dlight-color: White;
  scrollbar-darkshadow-color: Gray;
  scrollbar-track-color: Gray;
  scrollbar-arrow-color: White;
}

table {
  background-color: transparent;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
}

a:link, a:visited {
  background-color: transparent;
  color: Navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: Blue;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
