a:link{
	font-size: 11;
	font-family: Arial;
	color: #3567FF;
	text-decoration: none;
}

a:visited{
	font-size: 11;
	font-family: Arial;
	color: #3567FF;
	text-decoration: none;
}

a:hover{
	font-size: 11px;
	font-family:Arial;
	color: #3567FF;
}

body {
	font-size: 10;
	font-family: Verdana, Arial;
	color: #3567FF;
	letter-spacing: 0px;
	margin: 15 10 10 10;
	background-color: #3567FF;
	line-height: 22px;

}

td {
	font-size: 12; 
	font-family: Arial;
	color: #000000;
	letter-spacing: 0px;
	line-height: 18px;
}

.intro {
	font-size: 13;
	font-family: Arial;
	color: #000000;
	letter-spacing: 0px;
	line-height: 18px;
	font-weight: bold;
	text-align: justify;

}

.adres {
	font-size: x-small;
	font-family: Arial;
	color: #999999;
	letter-spacing: 0px;
	line-height: 18px;
	font-weight: bold;

}

.titel {
	font-size: 25px;
	font-family: Arial;
	color: #3567FF;
	line-height: 30px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 17px;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	line-height: 17px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#huidig {
	font-family: Arial;
	font-size: 16px;
	text-decoration: underline;

}

