body {  /* algemene instellingen */
  margin: 12pt;
  color: black;
  background: #E0EFEF;
  font-family: arial;
}
td {  /* tabel elementen */
  font-family: arial;
  font-size: 10pt;
}
td.rand {
  font-size: 8pt;
}

.logo {  /* het bovenste vlak met logo en tagline */
  color: white;
  background: black;
}

a.menu, a.menu:active, a.menu:visited {  /* links in het bovenste vlak */
  color: black;
  text-decoration: none;
}
a.menu:hover {
  color: black;
  text-decoration: underline;
}

th {  /* kopjes boven de pagina's */
  color: black;
  background: lightgrey;
  font-size: 10pt;
  font-weigth: bold;
  text-align: center;
  border-width: 0 0 1 0;
  border-color: black;
  border-style: solid;
}         
td a, td a:active, td a.visited {  /* standaard links */
  color: blue;
  text-decoration: none;
}
td a:hover {
  color: blue;
  text-decoration: underline;
}
img {
  border: 0;
}
input.clock {
  font-family: arial;
  font-size: 8pt;
  border: none;
  background: #FFFFF0;
}
