body         {font-family: arial; font size: 12pt; color: green; margin-left: 50px; margin right: 50px}

h1           {color: red; font-size: 12pt; text-align: Left; margin-top: 40; margin-bottom: 0}

h2           {color: red; font-size: 9pt; text-align: Left; margin-top: 20; margin-bottom: 0}

h3           {color: green; font-size: 12pt; text-align: left; margin-top: 10; margin-bottom: 0}

h4           {color: green; font-size: 9pt; text-align: left; margin-top: 10; margin-bottom: 0}

p            {margin-top: 5; margin-bottom: 5}

.groen       {color: #006600}
.rood        {color: red}
.bruin       {color: brown}
.blauw       {color: #003399}
.black		 {color: black}

/* unvisited link */
a:link {color: 003399; text-decoration: underline}

/* visited link */
a:visited {color: 003399; text-decoration: underline}

/* mouse over link */
a:hover {color: red}

/* selected link */
a:active {color: 003399; text-decoration: underline}
