body {
  margin: 5pt;
  background: white;
  color: black;
  font-family: Times, "Times New Roman", serif;
  font-size: 12pt;
}
body a:link, body a:visited, body a:hover, body a:active {
  text-decoration: none;
  background-color: inherit;
  color: black;
  font-size: 12pt;
  font-weight: bold;
}
body a:link:after, body a:visited:after, body a:hover:after, body a:active:after {
  /* funktioniert nicht mit MSIE */
  content: " (" url(../img/pfeil.gif) attr(href) ") ";)
  font-weight: normal;
  font-size: 80%;
}

