body {  /* algemene instellingen */
  scrollbar-face-color: orange;
  margin: 10pt;
  color: black;
  background: orange;
  background-image: url(images/backdrop.gif);
  background-attachment: fixed;
  font-family: arial;
}

p {
  text-align: justify;
}

td {  /* tabel elementen */
  font-family: arial;
  vertical-align: top;
}
td.rand {
  font-size: 8pt;
}

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;
}

a, a:active, a.visited {  /* standaard links */
  color: blue;
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: underline;
}

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-width: 0;
}

td img.foto {
}

hr {
  color: orange;
}

