BODY, P {
  color: #99ccff; background: blue;
}

A:link {
  color: blue; background: transparent;
}

A:visited {
  color: #99ccff; background: transparent;
}

/* achtergrond licht op bij geselecteerde links */
A:active, A:hover {
  color: blue; background:#9ff ;
}

/* maar niet bij image-links */
H1 A:active, H1 A:hover,
H3 A:active, H3 A:hover, 
A IMG {
  color: #00f; background: transparent;
}

/* styles voor de overige standaard-elementen */
h1 {
  color: #99ccff;
  background: white;
  border: 2px white outset;
}

H2, H3 {
  color: #99ccff; background: white;
}

/* nu volgen de classes */

P.toc, .toc, P.toptoc, .toptoc {
  color:#99ccff ; background: white;
  border: outset thin white;
}

.imgholder {
  border: thin outset #800080;
  color: #FFFF00;
}

@media all {

.een {
  color: red; background: transparent;
}

table.fancy {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

table#hikelinks {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

table.fancy th {
  width: 4em;
}
table.fancy td {
  text-align: center;
  width: 8em;
}

table#hikelinks th {
  width: auto;
}

table#hikelinks td {
  width: auto;
}

table.fancy td, table.fancy td p, 
table.fancy th, table.fancy th p {
color: white;
  background: #156FFF;
}

table.fancy td {
  border: inset #156FFF;
}

table.fancy th {
  border: outset #156FFF;
}

form.fancy {
  border: outset #800080;
  background: #800080;
}
}
