/* CSS Document */

body { overflow-x: hidden; color: #000000 margin:0; padding:0}/* code om te voorkomen dat nutteloos wordt gescrold*/

A:text {font-family:Verdana,Arial;font-size:13;text-decoration:underline;color:#000000;background:gray;}
A:link {text-decoration:underline;color:blue;}
A:hover {text-decoration:underline;font-weight:none;background:yellow;color:red;}
A:active{text-decoration:underline;color:blue;}
A:visited {text-decoration:none;color:purple;}
A.tracked {color:"#0000FF";background:underline;}
A.subexpanded {color:white;background:underline;}
;background:none



.eevocblauw10 /*blauwe tekst op lichtblauwe achtergrond lettertype 10*/{
	background-color: #CCFFFF;
	color: #0000FF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	padding: 2px;
}
.eevocgeel10 /*blauwe tekst op lichtgele achtergrond lettertype 10*/{
	background-color: #FFFFCC;
	color: #0000FF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	padding: 2px;
}
.em /*een tekst in het vetjes*/ {
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.onderlijn /*een tekst onderlijnen*/ {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
