
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: white;
  color: black;
  margin: 0;
}

th, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}
th { font-weight: bold; }

h1 { font-size: 14pt; font-weight: bold; color: #25516f; }
h2 { font-size: 11pt; font-weight: bold; color: #25516f; }

/* a { color: #666699; text-decoration: underline; } */
/* a:hover { color: #25516F; text-decoration: underline; } */

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

a { color: blue; }
a:hover { color: #4080ff; }
a.nodec { text-decoration: none; }

.error { color: red; }
.danger { background-color: #ff8080; }
.copyright { font-size: 10px; font-style: italic; }
.verplicht { color: red; }

.menubar {
  background-color: #73a5c6;
  border-bottom: 1px solid #25516f;
  font-size: 10px;
  font-weight: bold;
  color: white;
}
.menu {
  background-color: #427394;
  border-bottom: 1px solid #25516f;
  font-size: 10px;
  font-weight: bold;
  color: white;
}
.menu th, .menu td {
  background-color: #427394;
  font-size: 10px;
  font-weight: bold;
  color: white; 
}

.menu a { color: white; text-decoration: none; }
.menu a:hover { color: #002164; text-decoration: none; }

.wframe { margin-bottom: 12px; width: 640px; }
.whead { background-color: #dfe5ea; }
.wbody { background-color: #f4f5f6; }

.vraagtabel { width: 100%; border: solid 1px black; }

.userdata { font-family: monospace; background-color: #f8f8d0; }

