body {background-color:#000000; }

/*  eerst een aantal kopregels definiëren */
.Kop1 {font-family: Arial; font-size: 18pt; font-weight: bold; color: black; }
.Kop1y {font-family: Arial; font-size: 18pt; font-weight: bold; color: blue; }
.Kop2 {font-family: Arial; font-size: 14pt; font-weight: bold; color: blue; }
.Kop3 {font-family: Arial; font-size: 12pt; font-weight: bold; color: white; }
.Kop4 {font-family: Arial; font-size: 14pt; font-weight: bold; color: "#000099"; }
.Kop5 {font-family: Arial; font-size: 11pt; font-weight: bold; color: "#000099"; }

/*    */
.NaamKop {font-family: Arial; font-size: 36pt; font-weight: bold; color: white; }
.NaamKop2 {font-family: Arial; font-size: 24pt; font-weight: bold; color: blue; }
.NaamKop3 {font-family: Arial; font-size: 22pt; font-weight: bold; color: black; }
.NaamKop4 {font-family: Arial; font-size: 22pt; font-weight: bold; color: blue; }
.NaamDetail {font-family: Arial; font-size: 11pt; font-weight: bold; }

/* dan de verschillend detailregels */
.Detail {font-family: Arial; font-size: 10pt} 
.Detail2 {font-family: Arial; font-size: 8pt; font-weight: bold; color: black} 
.Detail2w {font-family: Arial; font-size: 8pt; font-weight: bold; color: white} 
.Detail2r {font-family: Arial; font-size: 8pt; font-weight: bold; color: red} 
.Detail3 {font-family: Arial; font-size: 11pt; color: white; font-weight: bold} 
.Detail4 {font-family: Arial; font-size: 10pt; font-weight: bold} 
.Detail5 {font-family: Arial; font-size: 16pt; font-weight: bold; color: white} 
.Detail5w {font-family: Arial; font-size: 16pt; font-weight: bold; color: white} 
.Detail6 {font-family: Arial; font-size: 18pt; font-weight: bold; color: blue} 
.Detail7 {width: "70%"; font-family: Arial; font-size: 16pt; font-weight: bold; color: white} 

/*  extra definities voor extra layout zaken */ 
.Kleur  {font-weight: bold; color: red; }
.Kleur2 {font-weight: bold; color: yellow; }
.Kleur3 {font-weight: bold; color: blue; }
.Kleur4 {font-weight: bold; color: "#FA27A0"; }

/*  positionering met div */ 
.Links1 { position:absolute; top: 10px; left: 7px;  }
.Links2 { position:absolute; left: 2%;  width: 95%; }
.Links3 { position:absolute; left: 22%; width: 75%; }
.Links4 { position:absolute; left: 24%; width: 65%; }
.Links5 { position:absolute; left: 75%; width: 22%; }
.Links6 { position:absolute; left: 31%; width: 50%; }

A:link    { color: yellow }
A:active  { color: yellow}
A:visited { color: white}

/*  tabel eigenschappen */
TABLE { border: 0 solid black; padding: 1px; border-spacing: 1; align=left; width: 99%; }
TD, TH { border: 0 solid; vertical-align: top; align: left; color: white; background-color: #000000;   
                 font-family: Arial; font-size: 12pt; font-weight: bold; }
TR { text-align: left; }
CAPTION { font-family: Arial; font-size: 20pt; font-weight: bold; color: white; text-align: center; }

