h1,h2,h3,h4,a,body,p,th,td,ul,b,i,font {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
body,th,td {
  font-size: 76%;
}
a,a:link,a:visited {
  color: #EC9428;
  font-weight: bold;
}
a:hover,a:active {
  color: #000;
  background-color: #ec9428;
  font-weight: bold;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.menu li a {
  display: block;
  padding: 1px 2px 1px 0.4em;
  width: 190px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  background-color: #ddd;
  color: #EC9428;
  border: 1px solid #808080;
}
.menu a:hover {
  background-color: #fff;
}
.menu li a:hover {
  color: #000;
  background-color: #ec9428;
}
h1 {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}
h1.normaal {
  font-size: 110%;
  font-weight: bold;
}
h2 {
  font-size: 110%;
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
ul {
  margin-bottom: 0pt;
  margin-top: 0pt;
  list-style-type: disc; 
}
ol {
  color: #000;
  list-style-type: decimal;
}
img {
  padding: 2px;
}
img.kop {
  padding: 0;
  border: 0;
}
th {
  vertical-align: top;
  font-weight: bold;
  background-color: #E0E0E0;
  padding: 2px;
}
td {
  vertical-align: top;
  padding: 2px;
}
input,button,select,textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #e0e0e0;
}
@media screen{
body {
  background: #fff url(/domino/tectum/tectum.nsf/tectum.jpg); 
}
  /* Firefox maakt het te klein, hier vast font gekozen */
  pre,tt {
    font-size: 9pt;
  }
}
@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;}
  td.menu, .nietprinten{display : none !important;}
  #footer{display : none;}
}

