html {
scrollbar-base-color: #6F7B8C;
scrollbar-arrow-color: white;
scrollbar-track-color: #6F7B8C;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

body {
margin-top:10;
margin-left:10;
color: white;
background-color: #6F7B8C;
font-family: verdana, sans-serif;
font-size:14;
}
	
.titel{
color:white;
font-weight: bold;
text-align: left;
font-size: 12pt;
background-color: #213354;
}

.titelgeel{
color:#FFCC19;
font-weight: bold;
text-align: center;
font-size: 10pt;
text-decoration: underline;
}

.tekst{
color: white;
background-color: #6F7B8C;
font-family: verdana, sans-serif;
font-size:14;
}

.menuitem{
text-align: center;
font-weight: bold;
color:#FFCC19;
font-size: 10pt
}

A {
color: #FFCC19;
text-decoration: none;
}

A:hover {
color: #FFCC19;
text-decoration: underline;
}