body
{
background: url(img/bg.jpg);
font-size: 10pt;
color: #000000;
font-family: arial;
}

td
{
font-size: 10pt;
color: #000000;
font-family: arial;
}

div
{
font-size: 10pt;
color: #FFFFE0;
font-family: arial;
}

A:link
{
text-decoration: none;
color: #000000;
font-family: arial;
}

A:visited
{
text-decoration: none;
color: #000000;
}

A:active
{
text-decoration: none; 
color: #000000;
}

A:hover
{
text-decoration: underline;
color: #000000;
}

input.invoer { 
    background-color: #ffffff; 
    border-top: 1px solid #000000; 
    border-right: 1px solid #000000; 
    border-bottom: 1px solid #000000; 
    border-left: 1px solid #000000; 
    font: Arial; 
    font-size: 9px; 
    color: #000000; 
} 
select { 
    background-color: #ffffff; 
    border-top: 0px solid #ACD0E2; 
    border-right: 0px solid #ACD0E2; 
    border-bottom: 0px solid #ACD0E2; 
    border-left: 0px solid #ACD0E2; 
    font: Arial; 
    font-size: 9px; 
    color: #000000; 
} 