BODY {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*  font-size: 1em; */ /* ns linux */
  background: #00B3C7;
  color: black;
  margin: 0em 0em 0em 0px;
  background-image: url(images/BG_hoofdjes.gif);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat;
}

TH, TD { /* ns 4 */
  font-family: Arial, sans-serif;
/*  font-size: 1em; */ /* ns linux */
}

H1, H2, H3 {
  font-family: Verdana, "Myriad Web", Syntax, sans-serif;
  font-weight: normal;
  color: White; background: transparent; 
  text-align: left;
}

H1 { font-size: 2em }
H2 { font-size: 1.5em }
H3 { font-size: 1.3em }

.hide { display: none }

.listhead {
	color: White;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom : 0em;
	}

.listing {
	font-size: smaller;
}	
	
DIV.head { margin-bottom: 1em }
DIV.head H1 { margin-top: 3em }
DIV.head H2 { font-size: 1.3em }
DIV.head TABLE { margin: 2em }

/* A {
  text-decoration: none;
  background: transparent;
} */

A:link  { color: #C8004B; background: transparent }
A:visited  { color: #66334D; background: transparent }
A:active   { color: #F30; background: transparent }
A:hover { background: #CDE9EF}

PRE { margin-left: 2em }

P {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

DT, DD { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
DT { font-weight: bold }

PRE { font-family: monospace }             /* navigator 4*/




