/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE CSS */
body {
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818383;
	line-height: 1.6em;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #00B7E3;
	margin-bottom: 15px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	color: #00B7E3;
	margin-bottom: 8px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #00B7E3;
	margin-bottom: 3px;
}

p {
	margin-bottom: 15px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #818383;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: disc;
	padding-left: 30px;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
