body {
        color: #FEF801;
}

.tekst-basis {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
}
.tekst-medium {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: bold;
        text-align: left;
}
.tekst-kop {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 38px;
        font-style: normal;
        font-weight: bold;
}
.tekst-klein {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
}
.tekst-kleinb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}

textarea {
        font-size: 10pt;
        font-family: Arial, Helvetica, sans-serif;
}

a {
        color: #FEF801;
        text-decoration: none;
}

a:hover {
        color: #FF8C00;
        text-decoration: none;
}

a.button:link, a.button:visited {
         background-color: #006401;
         border:1px solid #FEF802;
         display: block;
         width: 114px;
         text-align: center ;
         text-decoration: none;
         color: #FEF802;
         float: left;
         font-family: arial;
         font-size: 14px;
         font-weight: bold;
         padding: 4px;
         color: #FEF802;
}

a.button:hover, a.button:active {
         background-color: #006401;
         color: #FF8C00;
}