BODY {
  color: #004600; background-color: #FFFFd9;
}

A:link {
  color: #004600; background: transparent; style: underlined
}

A:visited {
  color: #004600; background: transparent;
}


/* styles voor de overige standaard-elementen */

h1 {
  color: white;
  background: #b00;
  border: 2px #b00 outset;
}

H2, H3 {
  color: #fee; background: #b00;
}

/* nu volgen algemeen bruikbare classes */

P.toc, .toc, P.toptoc, .toptoc {
  color: #fff; background: #b00;
  border: outset thin #b00;
}

.pijltje {
  color: red; background: transparent;
}

.imgholder {
  border: thin outset #c00;
  color: #c00;
}

@media all {
table.fancy td, table.fancy td p, 
table.fancy th, table.fancy th p {
  background: #d00;
}

table.fancy td {
  border: inset #d00 medium;
}

table.fancy th {
  border: outset #d00 medium;
}
}
/* nu volgen de eenmalige style-elementen */

/* uit de speltakken-index */
#speltakindex table {
  background: #f93;
  border: outset medium #f93;
}

/* uit de bloco-pagina's */
TD.zuylo, tr.een TD {
  color: #ff0;
}