body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
     }

a:hover { 
	color:red; 
	background:yellow; 
     }

h1   {
	font-family: Verdana, Arial;
     }

h2   {
	font-family: Verdana, Arial;
     }

hr   { 
	color : #00CCFF;
     }

td   {
	font-size: 14px;
     }


.kop-groot
     {
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40 px;
        font-weight: bold;
     }
.kop-klein
     {
	text-align: center;
	color: #000000;
	font-size: 25 px;
        font-weight: bold;
     }



.tekst-dik
     {
	font-weight: bold;
     }
.tekst-klein
     {
	font-size: 11px;
     }
.tekst-menu 
     {
	color : #000000;
	font-size: 14px;
	font-weight: bold;
     }
.tekst-cursief
     {
	font-style: italic;
     }
.tekst-cursiefklein
     {
	font-style: italic;
        font-size: 12px;
     }

.tekst-datumwijziging
     {
	font-size: 9px;
     }



.box-grijs
     {
	background-color: #DDDDDD;
	border: 2px solid #AAAAAA;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
     }
