body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 text-align: center;
 color: #FFFF00;
 background: #000066;
 background-image: url(Haupt.jpg);
 background-repeat:no-repeat;
 background-attachment: fixed;
}
H1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #000080;
  background: #FFFF00;
  background-image: url(BGH1.jpg);
  margin: 0px;
  padding: 3px;
  }
H2 {
 font-size: 24px;
 text-align: center;
 text-decoration: underline;
 font-weight: bold;
}
td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
}
a {
 color: #00FFFF;
 text-decoration: underline;
}
a:hover {
 color: #000066;
 background: #00FFFF;
 text-decoration: none;
}
a:active {
 color: #000066;
 background: #FF0000;
}
span {
 font-weight: bold;
 text-align: center;
 color: #000066;
}
