@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
	}
	/*paragraaftekst*/
a {
font-weight: normal;
}
a:link { 
color:#0000CC; /*blauw*/
text-decoration: none; 
}

a:visited {
color:#0000CC; /*blauw*/
text-decoration: none;
}

a:hover {
Background:#6699CC; /*blauw*/
text-decoration:underline; /*onderstreept*/
}

