@charset "utf-8";
/* CSS Document */

html, body{
	font-family:Arial;
	font-size:11px;
	color:#020202;
}
p{
	line-height:16px;
	margin:0px;
}
h1{
	font-size: 14px;
	line-height:13px;
	margin:0px 0px 5px 0px;
}
td{
	font-family:Arial;
	font-size:9px;
	color:#020202;
	line-height:13px;
	padding:2px 0px;
}
p.meldingRood{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#f00;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #f00;
}
