@charset "ISO-8859-1";
  body {
    color: #752641;
    font-size: 100.01%;
    font-family: Verdana, Arial, sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  A {
  color: #752641;
  text-decoration: none;
}

 A:hover {
  color: #752641;  background-color: white;
  text-decoration: underline;
  font-weight:bold
}