body { 
  background-color: #99cc99; 
	text-align: center; 
	font-family: verdana, sans-serif;
}

#top { 
  width: 725px; 
	height: 60px; 
	margin: 16px auto 0 auto; 
	padding: 0;
	border-top: 4px solid mediumvioletred; 
	border-left: 4px solid mediumvioletred; 
	border-right: 4px solid mediumvioletred;
	background-color: #ffffff; 
}			 

#kop { 
  width: 10s0%; 
	height: 145px; 
	background-color: #99cc99; 
}

#koptekst { 
  width: 725px;
	height: 145px;
	margin: 0 auto 0 auto;
	font-size: 30pt; 
	text-align: centre;
	color: mediumvioletred; 
	border-right: 4px solid mediumvioletred; 
	border-left: 4px solid mediumvioletred; 
	border-top: 4px solid mediumvioletred;	
	border-bottom: 4px solid mediumvioletred;
	background-image: url(bovenbalk.gif);
	background-repeat: no-repeat;
	background-position: 0pt;
}

#hoofdvak { 
  width: 725px; 
	margin: 0 auto 0 auto; 
	padding: 0; 
	border-left: 4px solid mediumvioletred; 
	border-bottom: 4px solid mediumvioletred; 
	border-right: 4px solid mediumvioletred; 
	background-color: #ffffff; 
}

h1 { 
  color: cornflowerblue; 
	font-size: 12pt; 
	font-weight: bold;
	text-align: left; 
	margin: 0; 
	padding: 20px 16px 0 28px;
}

h2 { 
  color: mediumvioletred; 
	font-size: 10pt;
	font-weight: bold; 
	text-align: left; 
	padding: 0 16px 0 28px;
}

p { 
  color: seagreen; 
  font-size: 10pt; 
	line-height: 110%; 
	text-align: left; 
	padding: 0 16px 0 28px; 
}

#menu {  
	text-align: right;
 	font-size: 10pt;
	padding-top: 30px;
	border-right: 0;
	padding-right: 17px;
}

#menu ul { 
	list-style-type: none;
  margin: 0; 
  padding: 0;
}

#menu ul li { 
  display: inline; 
}

#menu ul li a {  
  padding: 8px; 
	margin: 0;
	font-size: 1em;
	color: cornflowerblue;
	text-decoration: none;
	text-align: center; 
}

#menu ul li a:hover {  
	font: 1em verdana, serif;
	color: seagreen;
	font-weight: bold;	
	text-decoration: none;
}

#voet { 
  clear: both; 
  width: 725px; 
 	font-size: 8pt; 
	color: blue; 
	text-align: left; 
	margin: 0 auto 0 auto; 
	padding: 10px 0 0 0;
}

#voet a { 
 text-decoration: none;
 color: white;
}