/* comment*/
/* style sheet bevat geen enkele html statement*/

/*
gebruikte kleuren
background : ivory
darkblue,lightblue

*/

BODY               { font-size: 13px; font-family: "Times New Roman", serif;
                     color: darkblue; text-align: justify; background-color: (10%,10%,20%)}
.speciaal { color: #FF0000; background-color: #FFFFCC; }
P { CLASS="speciaal">}

.titel             { font-weight: bold; font-size: 120px;
                     font-family: sans-serif; color: darkblue;
                     text-align: center; margin: 5px; }
A:link             { color: darkblue; background-color: (10%,10%,20%);
                     font-weight: NORMAL; text-decoration: none; }
A:visited          { color: darkblue; background-color: (10%,10%,20%);
                     font-weight: normal; text-decoration: none; }
A:hover            { color: lightblue; background-color: (10%,10%,20%);
                     font-weight: bold; text-decoration: none; }
A:active            { color: red; background-color: (10%,10%,20%);
                     font-weight: bold; text-decoration: none; }
		     
UL                 { list-style-type: disc; 
                     list-style-position: inside;
                     margin-left: 0px; padding-left: 0px; }
.lijstintekstonder { margin-bottom: 0px; }
.lijstintekstboven { margin-top: 0px; }
.kader             { padding: 5px; border: solid 1px #FFFFFF;
                     margin-top: 10px; }

.1boldtable, .1boldtable TD, .1boldtable TH
{
border: 1;
bordercolordark:"#003366";
bordercolorlight:"#C0C0C0";
font-family:sans-serif;
font-size:10pt;
color:navy;
background-color:yellow;
}
.smallfonttable, .smallfonttable TD, .smallfonttable TH
{
font-family:sans-serif;
font-size:8pt;
}
