h1
{
font-family: "arial", "verdana", "sans-serif", "times new roman", "helvetica", "courier";
font-size: 24pt;
font-weight: normal;
}

h2
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
font-size: 18pt;
font-weight: normal;
}

h3
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
font-size: 16pt;
font-weight: normal;
}

h4
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
font-size: 14pt;
font-weight: normal;
}

h5
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
font-size: 12pt; 
font-weight: normal;
}

h6 
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
font-size: 8pt;
font-weight: normal;
}

p
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
text-align: left;
font-size: 12pt;
}

p.klein
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
text-align: left;
font-size: 10pt;
}


p.tekstlinks
{
font-family: arial, verdana, sans-serif, times new roman, helvetica, courier;
text-align: left;
font-size: 12pt;
}

p.tekstcenter
{
text-align: center;
font-size: 12pt;
}

p.tekstrechts
{
text-align: right;
font-size: 12pt;
}

p.wit
{
color: white;
}

p.zwart
{
color: black;
}

p.rood
{
color: red;
}

p.groen
{
color: green;
}

p.lichtgroen
{
color: lime;
}

p.blauw
{
color: blue;
}

p.geel
{
color: yellow;
}

p.oranje
{
color: #ff9900;
}

p.grijs
{
color: gray;
}




a:link     { color:black }
a:visited  { color:black }
a:active   { color:black }
a:hover    { color:white }

body.rood
{
background-color: red;
}

body.wit
{
background-color: white;
}

body.geel
{
background-color: yellow;
}

body.grijs
{
background-color: #cccccc;
margin-right: 0px;
}

body.zwart
{
background-color: black;
margin-right: 0px;
}

body.achter
{
background-image: url(achtergrond.bmp);
padding: 5px;
}

table
{
font-family: "arial", "verdana", "helvetica", "sans serif";
color: black;
border-style: none;
font-size: 12px;
text-align: left;}

tr
{
vertical-align: middle;
}

td
{
vertical-align: middle;
}

td.boven
{
vertical-align: top;
}

td.lichtgroen
{
background-color: lime;
padding: 5px;
}

td.groen
{
background-color: green;
padding: 5px;
}

td.rood
{
background-color: red;
padding: 5px;
}

td.wit
{
background-color: white;
vertical-align: middle;
padding: 5px;
}

td.geel
{
background-color: yellow;
padding: 5px;
}

td.silver
{
background-color: silver;
padding: 5px;
}

