/*** Link eigenschappen ***/
a { font-family: Verdana, Helvetica, Arial, Tahoma sans-serif; }

a:link { color: rgb(131,131,131); font-weight: normal; text-decoration: none; font-size: 8pt; }
a:active { color: rgb(131,131,131); font-weight: normal; text-decoration: none; font-size: 8pt; }
a:visited { color: rgb(131,131,131); font-weight: normal; text-decoration: none; font-size: 8pt; }
a:hover { color: rgb(0,191,229); font-weight: normal; text-decoration: none; font-size: 8pt; }


/*** Tekst opmaak ***/

td { font-family: Verdana, Helvetica, Arial, Tahoma sans-serif; 
    font-size: 8pt; 
    color: rgb(131,131,131);
    font-weight: normal; 
    text-decoration: none;
}


