body {
font-family: Verdana, Arial, Times, Sans-serif;
background-color: #4A8DDB;
color: #000000;
margin-left: 50px;
margin-right: 50px;

}
#algemeen {background-color: #FFFFFF;
color: #373737;
border-top : none #716C69; 
border-right : none #716C69; 
border-bottom : none #716C69; 
border-left : none #716C69; 
border-style : solid;
}

h1,h2,p,li,ul {margin-left: 50px; margin-right: 50px;}

a:link {color: #4A8DDB; background-color: transparent; font-size: 75%; font-weight: normal; }
a:active {color: #4A8DDB; background-color: transparent; font-size: 75%; font-weight: normal; }
a:visited {color: #4A8DDB; background-color: transparent; font-size: 75%; font-weight: normal; }
a:hover {color: #999999; background-color: transparent; text-decoration: none; font-size: 75%; font-weight: normal; }

h1 {font-family: Verdana, Arial, Times, Sans-serif; color: #4A8DDB; background-color: #ffffff; font-size: 140%; text-align: left;}
h2 {font-family: Verdana, Arial, Times, Sans-serif; color: #000000; background-color: #ffffff; font-size: 130%; text-align: left;}

#menu  {float: right; 
background-color: #76767D; 
}

#menu a {color: #4A8DDB;
background-color: #cccccc; 
text-decoration:none; 
font-size: 75%; 
font-family: "Arial", "Times New Roman", Times, Sans-serif; 
font-weight: bold;
border-top : #76767D;
border-right :  #76767D;
border-bottom :   #76767D;
border-left :    #76767D;
border-style : solid;
border-width: thin thin medium thin;
padding-top: 2px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 2px;
}

#menu  a:hover {color: #76767D; 
background-color: #cccccc; 
text-decoration:none; 
font-size: 75%; 
font-family: "Arial", "Times New Roman", Times, Sans-serif; 
font-weight: bold;
border-top : #cccccc;
border-right : #cccccc;
border-bottom :  #cccccc;
border-left :   #cccccc;
border-style : solid;
border-width: thin thin medium thin;
padding-top: 2px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 2px;
}

ul {
list-style-type: disc;
margin-left: 5px;
margin-right: 0px;
padding-right: 10px;
padding-left: 0px;
}
ul ul {
list-style-type: circle;
}
ul ul ul{
list-style-type: square;
}

.tooltip {
cursor: help;
color:  #000000; 
background-color:  #FFFFFF;
}