td, p, div, form, ul, ol {
font-family :Arial;
color: #000080;}

body {background-color: #D9D9E5; }

img { display: block;}


/*As a result, you might find that it is simplest and least likely to lead to confusion if you declare A {everything except for color} A:link {color only} A:visited {color only}*/

a { text-decoration : underline } /* unvisited links in content */
a:link {color: #000080 }
a:visited {color: #000080 }   /* visited links in content  */
a:visited {text-decoration: none !; /*dit is zo gedaan om in Netscape niet zichtbaar te maken*/
important;}


a.navi {
font-size: 16px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #303070*;
text-decoration: none;
font-weight: bold;
}


a.subnavi:link {
font-size: 16px;
text-decoration: none;
align: right;
color: #F0F8FF; 
text-decoration: none;
}
a.subnavi:visited {color: #F0F8FF}


.menutitel {
font-size: 16px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #303070*;
margin-top: 0px;
margin-left: 20px;
margin-right: 12px;
margin-bottom: 20px;}

p {
font-size: 14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #303070*;
margin-top: 15px;
margin-left: 20px;
margin-right: 12px;
margin-bottom: 10px;
}

td.vlakvulling { background-color: #6B6B9A; }
td.vlakvulling_oker { background-color: #CCCC33 }


</body>
</html>

