/* CSS Document */

body { 
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

a:link { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:hover { color: #333333; text-decoration: underline; }
a:active { color: #333333; text-decoration: underline; }

.subject-rood { color: #CC0000; font-size: 13px; font-weight: bold; }
.subject-zwart { color: #000000; font-size: 13px;	font-weight: bold; }
.footer { color: #000000; font-size: 9px; }
.subhead { color: #000000; font-size: 12px; font-weight: bold; }
.p-rood { color: #CC0000; font-size: 11px; font-weight: bold; }

hr { border-bottom: 1px dashed #999999; border-top:0px; border-left:0px; border-right:0px; margin-top:20px; }