/* CSS Document */
/*Credits for parts of CSS: Dynamic Drive CSS Library */
/*See URL: http://www.dynamicdrive.com/style/ */

body{
	margin     : 0;
	padding    : 0;
	font-family: Arial, Calibri, Geneva, Helvetica, Univers, sans-serif;
	font-size  : 11px;
}

p {
	cursor: default;
	font-size: 12px;
	line-height:18px;
}

.intro {
	color: #C00000;
	font-weight: bold;
	font-size: 12px;
}

.introtekst {
	color: #804000;
	font-size: 12px;
}

.hoofdtekst {
	color: black;
	font-weight: normal;
	font-size: 12px;
}

.verslag-intro {
	color: #003399;
	font-weight: bold;
	font-size: 12px;
}

.verslag-tekst {
	color: #003399;
	font-weight: normal
	font-size: 12px;
}
