body{
	font-family: arial,sans-serif;
	font-size:11px;
	color:  #101E46;
}
h1{
	font-weight:bold;
	font-size: 14px;
	background-color: #b5b800;
	color: #ffffff;
	line-height: 26px;
}
h2{
	font-weight:bold;
	font-size: 12px;
	margin-bottom:0px;
}
a:link,a:visited{
	color:  #101E46;
}
a:hover,a:active{
	color: #b5b800;
}
P, ul {
margin-top: 0px;
margin-bottom:0px;
padding:0px;
}

hr {
	line-height:30px;
	margin-top: 15px;
}

div#qa ul {
	list-style-type: none;
	padding-left:20px;
	margin-left:0px;
}

div.antwoord{
	margin-left: 20px;
}

			div.reactie{
				margin-left:0px;
				padding:0px;
			}	
			div.reactie .naam{
				font-style:italic;
			}
			div.reactie .mening{
				margin-left:15px;
				
			}
