* {
	margin:0;
	padding:0;
	}

html, body{
	height:100%;
	}
	
body {
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:none;
	background-color:none;
	}
body.geen {
	background-color:none;
	}
	
ul {
	list-style:outside;
	list-style-type:square;
	}

ol {
	list-style:outside;
	list-style-type:upper-alpha;
	}

li { 
	margin-left:25px;
	}

a:link, a:visited {
	font-weight:bold;
	color:#3a8ad1;
	text-decoration:underline;
	}
	
a:hover {
	color:#a50f05;
	text-decoration:none;
	}

a.knop:link, a.knop:visited {
	font-size:9px;
	display:block;
	width:73px;
	height:15px;
	text-align:center;
	float:left;
	padding:5px 0 5px 0;
	background-color:#333333;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.knop:hover {
	background-color:#999999;
	color:#000000;
	text-decoration:none;
	}

.provincienaam {
	position:absolute;
	left:0px;
	top:20px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	width:100%;
	text-align:center;
	}
	
h1 {
	font-size:26px;
	}
	
table {
	margin-top:25px;
	}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:5px;
	}
