body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: black;
  background-color: white;
}

/* Ueberschrift */
big {
  font-size: 120%;
  font-weight: bold;
  text-decoration: overline underline;
  color: #0000FF;
}

/* Hervorhebung */
i {
  font-size: 120%;
  font-weight: bold;
  color: #0060C0;
}

a:link {
  color: #CC0000;
}

a:visited {
  color: #CC0000;
}

table {
  font-size: 100%;
  border-width: 0;
  width: 95%;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: black;
  background-color: #B0E0E0;
  border-width: thin;
  border-style: solid;
  border-color: #909090;
}

center {
  text-align: center;
  vertical-align: middle;
}
