body {
background-image: url(/images/links/strip_rp.gif); 
background-repeat: repeat;
}

img { display: block;}

td, p, div, form, ul, ol {
font-family :Verdana, LucidaSansEF, sans-serif;
color: #600070;
}
/*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: #600070 }
a:visited {color: #cc6699 }   /* 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 : #600070 } 
a.kop-onder:visited {color : #cc6699 }

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: #600070 }
a.navitem:visited {color: #cc6699 }

a.subnavitem:link {color: #600070 }
a.subnavitem:visited {color: #cc6699 }

.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 }

streep { background-color: #600070 }

td.streep { background-color: #600070 }

td.vlakvulling { background-color: #fff7ff }




