BODY
{font-family: Teko,Open Sans,Verdana Pro,Arial;
font-size: 12pt;
margin: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;}
P
{padding-top: 0px;
padding-bottom: 0px;
margin: 0px;}
H1
{font-family: Teko,Open Sans,Verdana Pro,Arial;
font-size: 12pt;
font-weight: bold;
text-align: center;
padding: 0px; 
line-height: 1.5
margin: 0;}
table.navbar
{font-size: 12pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}
table.menu
{font-size: 12pt;
margin: 0px;
padding: 5px;
/*padding defineert afstand tussen opties*/
font-weight: bold;}
td.menuNormal
{padding: 0px;
color: white;
font-weight: normal;
vertical-align: top;
background-color: #3366FF;}
td.menuHover
{padding: 0px;
color: white;
font-weight: light;
/*maakt font dunner*/
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: #3366FF;}
div.menuNormal
{display: none;
position: static;}
div.menuHover
{border: 0px solid #3366FF;
/*dit is de de lijn om de pull down*/
background-color: white;
display: inline;
position: absolute;}
a.menuitem:link
{text-decoration: none;
color: #3366FF;
background-color: white;
display: block;}
a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}
a.menuitem:hover
{text-decoration: none;
color: black;
background-color: lightgray;
display: block;}
a.menuitem:active
{text-decoration: none;
color: black;
background-color: #3366FF;
display: block;}