h1,h2,h3,h4,a,body,p,th,td,ul,ol,b,i {
  font-family: Arial, Helvetica, sans-serif;
  color: #505050;
}
body,th,td {
  font-size: 76%;
}
body {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  background-color: white;
}
a,a:link {
  color: #505050;
}
a:visited {
  color: #707070;
}
a:hover,a:active {
  color: #EE3439;
}
h1 {
  font-size: 110%;
  font-weight: bold;
}
h2 {
  font-size: 105%;
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
input,button,select,textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #e0e0e0;
}
img {
  padding: 2px;
}
th {
  vertical-align: top;
  font-weight: bold;
  background-color: #E0E0E0;
}
tr,td {
  vertical-align: top;
}
*.accent {
  background-color: #ff5;
}
*.rood {
  color: red;
}
*.klein {
  font-size: 67%;
}
*.niettonen {
  display : none !important;
}
@media print {
  h1,h2,h3,h4,body,p,th,td,ul,b,i {color: #000000}
  a,a:link,a:visited,a:hover,a:active,body,p,th,td,ul,b,i {color: #000000;text-decoration: none;}
}
