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

a:visited {
color:#FFFFFF; /*wit*/
text-decoration: none;
}

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

a:active {
	background: #6699CC; /*lichtblauw*/
	color: #FFFFFF;
}
