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


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

td 
{
 font-family: sans-serif, Arial;
 font-size: 8pt 
}