.content { font-size:11px; }
td{
font-size: 11px;
font-family: Verdana
color: black;

}

td.navigatie a {
display: block;
width:118;
height:20;
background-color: #FFFFFF;
text-decoration: none;
onmouseout:this.style.backgroundColor='#FFFFFF';
font-family: Verdana
font-size: 10px;
} 

td.navigatie a:hover {
width:118;
height:20;
background-color: #F2E1A8;
text-decoration: none;
onmouseover: this.style.backgroundColor='#F2E1A8';
font-family: Verdana
font-size: 10px;
} 

}