/* CSS Document for layout of page - (use content.css for layout contents)*/
body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, td, th, div {
	font-size: 11px;
}
p {
line-height: 16px;
margin-top: 3px;
}
h1, h2, h3 {
	font-weight:bold;
	white-space: normal;
	color:#666666;
}
h1 { 
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;	
}
h2 { 
	font-weight:bolder;
	font-size:12px;
	margin-top:3px;
	margin-bottom:-3px;
}
h3 { 
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;	
}
th {
	line-height: 16px;

}
a:link, a:active {
	font-weight:bold;
	color:#D0B500;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#D0B500;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#D0B500;
	text-decoration:underline;
}
/*voor zoekfunctie !*/
.highlightedtext{
	font-weight: bold;
	background-color: #FFFF00;
}