﻿A:link    { color: #FFFFFF; text-decoration: underline; font-size: 14px; }
A:visited { color: #FFFFFF; text-decoration: underline; font-size: 14px; }
A:hover   { color: #FFFFFF; text-decoration: underline; font-size: 14px; }
A:active  { color: #FFFFFF; text-decoration: underline; font-size: 14px; }

body
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: Lucida Sans, Arial;
    background-color: #303131;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
}

body.vervolg
{
    background-image: url(../images/background_vervolg.gif);
    background-repeat: repeat-x;
}

td
{
    color: #FFFFFF;
    line-height: 24px;
    font-family: Lucida Sans, Arial;
    font-size: 14px;  
 }
  
h1
{
    color: #0c8748;
    line-height: 24px;
    font-size: 24px; 
    font-weight: bold;
}

h2
{
    color: #0c8748;
    font-size: 14px; 
    font-weight: bold;
    margin:0px;
}

.adres
{
    line-height: 20px;
}  
 
 .copyright
{
    color: #747575;
    line-height: 12px;
    font-size: 12px; 
}  
 
input
{
    font-size: 11px;
    color: #000000;
    font-family: Lucida Sans, Arial;
    border: 1px solid #616060; 
    background-color: #FFFFFF;
}

.gaverder
{
    color: #FFFFFF; 
    cursor:pointer;
    background-image: url(../images/gaverder.gif);
 }
 
 .gaverder:hover
{
    text-decoration: underline;
 }