td {
  background-color : #FFFFFF;
  font-family : monospace; 
  font-size:  10pt;
  color: #000000;
}

h1 {
  font-family:system;
}

input,button {
  font-family : Verdana, Arial, sans-serif;
  font-size:  10pt;  
}

a {
  text-decoration:none;
  color: #660000;
  font-weight:bold;
}

a:visited {
}

a:hover {
  color: blue;
}

tr.selectie:hover td {
color:white;
background-color:blue;
font-style:italic;
}

table.datums {
border-collapse: collapse
}

img {
  border: 0px;
}

td.lanconfirmed {
  color: green;
  font-weight: bold;
  }
