/* CSS Document */

.inhoud {
	line-height: 19px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:25px;
	color: #303F44;
 }

.inhoud A:link, .inhoud A:visited{
	color: #78939C;
	text-decoration:none;
	font-weight: bold;
}

.inhoud A:hover{
	color:red;
	text-decoration:underline;
	font-weight: bold;
}


.kop_blauw {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	background-color:#00558F;
	color: white;
	padding: 1px 0px 1px 6px;
}

.kop_wit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #003C66;
	padding: 1px 0px 1px 0px;
	border-bottom:1px solid silver;
}

A:link {
	color: #78939C;
	text-decoration:none;
	font-weight: bold;
}
A:hover{
	color:red;
	text-decoration:none;
	font-weight: bold;
}
