/* style voor achtergrond en tekstkleur */
body 
{
 background-color: rgb(204,255,153);
 color: rgb(0,0,0)
}


A:LINK{color : rgb(0,168,0)}
A:VISITED{color : rgb(0,100,0)}
A:HOVER{color : rgb(255,0,0)}


dl
{
background-color: rgb(255,255,200)
}
table  
{
background-color: rgb(255,255,200)
}

table border
{
background-color: rgb(255,255,200)
}

tr  
{
background-color: rgb(255,255,200)
}

dl 
{
background-color: rgb(255,255,200)
}

tr
{
background-color: rgb(255,255,200)
}

h2
{ 
 background-color: rgb(255,255,128);
 color: rgb(0,0,0);
 font-family: sans-serif, Arial;
 font-size: 16pt;
 text-align: center
}

h3
{ background-color: rgb(255,128,0);
 font-family: sans-serif, Arial;
 font-size: 14pt;
 text-align: center
 }


td 
{
 font-family: sans-serif, Arial;
 font-size: 10pt;
 background-color: rgb(255,255,200)
 }

dt
{
 background-color: rgb(255,220,160);
 font-family: sans-serif, Arial;
 font-size: 10pt
 }

dd
 {
 background-color: rgb(255,255,200);
 font-family: sans-serif, Arial;
 font-size: 8pt;
 margin-left: 10px;
 margin-right: 5px
 }

p.footer 
{
font-family: Arial, sans-serif;
text-align: center;
font-size: 8pt
}