a:link
 {
 color: #0000ff;
 text-decoration: none;
 }

a:visited
 {
 color: #0000ff;
 text-decoration: none;
 }

a:active
 {
 color: #0000ff;
 text-decoration: none;
 }

a:hover
 {
 color: #ff0000;
 text-decoration: none;
 }

.titel
  {
  font-size: 40pt;
  color: #0000ff;
  font-weight: bold;
  }

.copy
  {
  font-size: 16pt;
  color: #0000ff;
  font-weight: bold;
  }

.button
  {
  font-size: 15pt;
  color: #0000ff;
  font-weight: bold;
  }

.ausgabe
  {
  font-size: 30pt;
  color: #0000ff;
  font-weight: bold;
  text-align: center
  }
