@charset "utf-8";

/** reset defaults **/
body, html, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, p, img {margin:0;padding:0;}
img  {border:none;}

body {
	margin:20px;
	background:#fff;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
}
a:link, a:visited, a:hover {color:#444;text-decoration:underline;}
a:hover {text-decoration:none;}

#content {
	font-size:1.2em;
	line-height:18px;
}

.blauw {color:#0085CF}
.lspace {letter-spacing:2px}