body {
  background-color: #204498; /* de achtergrondkleur */
  color: #FFFFFF; /* de tekstkleur */
  font-family: Calibri,Arial,Helvetica,sans-serif; /* het lettertype */
}
h1,h3 {
  font-family: Verdana,sans-serif; /* lettertype voor header type 1 en 3 */
  text-align: center; /* centreren */

}
h4 {
  font-family: Verdana,sans-serif; /* lettertype voor header type 1 en 3 */
  text-align: center; /* centreren */
  color: #FFFF00; /* de tekstkleur */
  font-size: x-large;
}

h5 {
  font-family: Verdana,sans-serif; /* lettertype voor header type 1 en 3 */
  text-align: left; /* links */
  color: #FFFF00; /* de tekstkleur */
  font-size: 36px;

}


h6 {
  font-family: Verdana,sans-serif; /* lettertype voor header type 1 en 3 */
  text-align: center; /* centreren */
  color: #FFFF00; /* de tekstkleur */
  font-size: 48px;

}

p {
  font-family: "Times New Roman",serif; /* lettertype voor paragrafen */
}
a {
  color: #ff0000;
}
a:hover {
  background-color: #000000;
  color: #ffffff;
  padding: 3px;
}
.css {
  background-color: #c0ffff;
}
.midpage {
  text-align: center;
}
.InvoerTabel {font-family: Arial; font-size:8pt; }
  .InputBox {font-family: Arial; font-size:8pt; }  
  .DispTabel {font-family: Arial; font-size:8pt; }

TD {vertical-align: Top;}
