body {
	font-family: arial;
	font-size: 12px;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

a:link, a:visited, a:active {
  	color: #cd1313;
  	text-decoration: none;
    border-bottom: 1px dotted #cd1313;

}

a:hover {
  	color: #000000;
  	text-decoration: none;
  	border-bottom: 1px dotted #000000;
}

.inleiding {
	font-weight: bold;
}

.hoofdkolom {
	font-weight: bold;
	color: #cd1313;
	border-bottom: 1px dotted #cd1313;
}

.kolom {
	border-bottom: 1px dotted #cd1313;
}

.kolomgrijs {
	color: #666666;
	border-bottom: 1px dotted #cd1313;
}