.normaal {
font-size: small;
font-family: arial;
color: #276baa;
}

.datum {
font-size: x-small;
font-family: arial;
color: #276baa;
}

.titel {
font-size: small;
font-family: arial;
color: #276baa;
font-weight: bold;
}

.footer {
font-size: xx-small;
font-family: arial;
color: silver;
}

a:link, a:active, a:visited {
font-size: small;
font-family: arial;
font-style: italic;
text-decoration: none;
color: #276baa;
}

a:hover {
font-size: small;
font-family: arial;
font-style: italic;
text-decoration: underline;
color: #276baa;
}

ul{
list-style: none;
margin: 15px;
padding: 2px 2px 0px 2px;
border-top: 1px solid #054842;
border-right: 1px solid #054842;
border-bottom: 1px solid #054842;
border-left: 1px solid #054842;
}

li{
margin: 0;
padding: 0;
font-family: verdana;
}

li a{
display: block;
text-decoration: none;
padding: 4px 6px 4px 6px;
border-top: 1px solid #054842;
border-right: 1px solid #054842;
border-bottom: 1px solid #054842;
border-left: 1px solid #054842;
width: 100px;
}

li a:link, li a:visited, li a:active{
background: black;
color: #009999;
font-weight: bold;
font-family: courier;
font-style: normal;
text-decoration: none;
}

li a:hover{
background: #001111;
color: #276baa;
font-weight: bold;
font-family: courier;
font-style: normal;
text-decoration: none;
}