

<!--
BODY, TD
{
   font-family: arial;
   font-size: 12px;
}

HR
{
    height: 1px;
}

A
{
     text-decoration: none;
}

A:hover
{
     text-decoration: underline;
}

A.alt {
  color: green;
  border-bottom: 1px dotted green;
  padding-bottom: 2px;
}

A.alt:hover {
  text-decoration: none;
}

P {}
H1 {}
H2 {}
H3 {}
H4 {}
H5 {}
H6 {}

.rood {
  color: red;
}

.blauw {
  color: blue;
}

table.default {}

table.default td {
  border-bottom: 1px solid #cfcfcf;
  background-color: #eeeeee;
  padding :4px;
}

td.alt {
  font-weight: bold;
  font-size: 14px;
}

tr.alt {}
tr.alt td {
  background-color: #D6DFF7;
}

img.alt {
  padding: 10px;
  border: 10px solid #D6DFF7;
}
-->