body {
background-image: url(/images/index/strip_bb.gif); 
background-repeat: repeat;
}

img { display: block;}

td, p, div, form, ul, ol {
font-family :Verdana, LucidaSansEF, sans-serif;
color: #000080;
}
/*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: #3470A2 }   /* visited links in content  */
a:visited {text-decoration: none !; /*dit is zo gedaan om in Netscape niet zichtbaar te maken*/
important;}

a.kop-onder {text-decoration : none; font-size: 10px }
a.kop-onder:link {color : #000080 } 
a.kop-onder:visited {color : #3470A2 }

a.navitem {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}

a.subnavitem {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}

a.navitem:link {color: #000080 }
a.navitem:visited {color: #3470A2 }

a.navitem-websites {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}
a.navitem:link {color: #000080 }
a.navitem:visited {color: #3470A2 }

.copyright {
font-size: 10px;
margin-left: 24px;
}

.default {
font-size: 12px;
margin-top: 15px;
margin-left: 24px;
margin-right: 12px;
margin-bottom: 10px;
}

.hoofdstukkop {
font-size: 16px;
font-weight: bold;
margin-top: 20px;
margin-left: 12px;
margin-right: 12px;
margin-bottom: 20px;
}

p {
font-size: 12px;
margin-top: 15px;
margin-left: 24px;
margin-right: 12px;
margin-bottom: 10px;
}

.pulldown { font-size: 10px }

td.streep { background-color: #000080 }

td.vlakvulling { background-color: #ffffff }



