TABLE.titel {
	font-family: "Times New Roman";
	font-size: 12;
	font-weight: normal;
	text-align: center;
	background-color: White;
	width: 50%;
	border: 4px Blue;
	border-style: double;
}

TABLE.data {
	font-family: "Times New Roman";
	font-size: 12;
	font-weight: normal;
	text-align: left;
	background-color: White;
	width: 75%;
	border: 4px Blue;
	border-style: double;
}
 a:link    { color : #0000FF; text-decoration: none}
  a:visited { color : #0000FF; text-decoration: none} 
  a:hover   { color : #FF0000; text-decoration: none}

body {
	font-family: Times;
	background: url(../ill/maphist.gif);
}

TD.kopje {
	padding: 10px;
	background: White;
	vertical-align: top;
	width: 180;
}
TD.tekst {
	vertical-align : top;
	padding: 10px;
}
TD.titel {
	vertical-align: top;
	padding: 10px;
	font: 25pt;
}


