BODY  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small /* is hetzelfde als FONT SIZE=2 */

}


.paginahoofding  {
	color: black;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large /* hetzelfde als FONT SIZE=4 */
}

 
.hoofding  {
	color: black;
	font-weight: bold;
	font-size: medium /* hetzelfde als FONT SIZE=3 */
}


.navbar  {
        color: black;
        font-weight: bold;
        font-size: x-small /* hetzelfde als FONT SIZE=1 */
}	

.tabel  {
	border-width: thin;
	border-style: dotted
}




a:link { color: navy }
a:visited { color: navy }

a:hover  { 
	background: silver 

} 
