BODY {
  background-image: url(images/hintergrund.gif);
  background-repeat: repeat;
  background-position: top left;
}
h1 {
  font-size:48pt;
  color:gainsboro;
  font-family:comic sans ms, arial;
}


A:link {
  color: gainsboro;
  text-decoration: none;
  font-weight: bold
}
A:visited {
  color: gainsboro;
  text-decoration: none;
  font-weight: bold
}

A:hover {
  color: olive;
  text-decoration: none;
  font-weight: bold
}
table {

  width:90%;
  font-size:14pt;
  color:gainsboro;
  font-family:comic sans ms, arial;
}