p {
font-size: 10px; 
font-family: Verdana; 
color: #ffffff;
}
			
a {
font-size: 10px;
color: #333333;
}

a:hover {
text-decoration: overline;
}

div.divMenuItemLight, div.divMenuItemDark {
background-color:#ffffff;
height:15px;
width:170px;
font-size: 10px; 
font-family: Verdana;
text-decoration:underline;
padding-left:2px;
padding-bottom:1px;
border: 1px solid silver;
margin-top: 2px;
margin-left: 2px;
margin-right: 2px;
cursor:hand;
}

div.divMenuItemDark {
background-color:#eeeeee;
}

div.divMenuBack {
font-size: 10px;
background-color:#cccccc;
border:1px solid #999999;
font-family: Verdana;
text-align:center;
text-decoration:underline;
padding-left:2px;
padding-bottom:1px;
margin-top: 2px;
margin-left: 2px;
margin-right: 2px;
cursor:hand;
}

div.divGebiedText{
font-size: 10px;
font-family: Verdana;

background-color:#ffffff;
border:1px solid #ffffff;

text-align:center;
text-decoration:none;

height:15px;
width:170px;
}