body {
  font-family: 'Verdana', sans-serif;
  background-image: url(gfx/grass.jpg);
  font-size: 10pt;  
}

td {
  font-family: 'Verdana', sans-serif;
  font-size: 10pt;
}

.headline {
  font-size : 18px;
  font-weight : bold;
  text-align: center;
}

/* *************************** */
/* Formatierung für Hyperlinks */
/* *************************** */
a {
  color : #000000;
  font-weight : bold;
}
a:link {
  text-decoration : none;
}
a:visited {
  text-decoration : none;
}
a:hover {
  text-decoration : underline;
}
a:active {
  text-decoration : underline;
}