@import url("style/style.css");
BODY 
{
    font-family   : Verdana,Trebuchet MS,Arial;
    font-size     : 10pt;
    color         : rgb(99,0,0);
    background    : rgb(255,255,255);
    margin-top    : 5px;
    margin-bottom : 5px;
    margin-right  : 30px;
}
    A:link { color: rgb(40,0,0); }
    A:visited { color: rgb(40,0,0); }
    A:active { color: rgb(40,0,0); }
        
    img { border: "0" }

.bgplaatje 
{
   
}


a:hover img
{
    background: rgb( 224,249,255 );
    text-decoration : none; 
}


a:link
{
    text-decoration : underline; 
}


a:hover
{
    color:rgb(255,255,255);
    background: rgb(40,0,0);
    text-decoration : none; 
}


P 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 12pt;
    color: rgb(40,0,0);
    margin-top: 10px;
    margin-bottom: 15px;
}

dt 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 12pt;
    font-weight: bold;
}

dd 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 12pt;
}

pre 
{
    font-family: courier;
    font-size: 12pt;
    margin-top: 1px;
    margin-bottom: 1px;
    color: rgb(40,0,0);
}

li 
{
    font-family: default-font;
    font-size: 12pt;
    color: rgb(40,0,0);
}

H1 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 24pt;
    margin-top: 20pt;
    margin-bottom: 20pt;
    color: rgb(40,0,0);
}

H2 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 16pt;
    margin-top: 15pt;
    margin-bottom: 15pt;
    color: rgb(40,0,0);
}

H3 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 14pt;
    margin-top: 15pt;
    margin-bottom: 10pt;
    color: rgb(40,0,0);
}

H4 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(40,0,0);
    margin-top: 10px;
    margin-bottom: 0px;
}

H5 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(40,0,0);
}

H6 
{
    font-family: Verdana,Trebuchet MS,Arial;
    font-size: 14pt;
    margin-top: 8px;
    margin-bottom: 10px;
    
    color: rgb(40,0,0);
}


I 
{
    color: rgb(40,0,0);
}
