/* Base HTML Elements */
body {
    font-size : 10px;
    font-family : Verdana;
    margin-left : 0px;
    margin-top  : 0px;
    margin-right: 0px;
}

a {
    color: darkblue;
    font-family : Verdana, Helvetica;
    font-size   : 12 px;
    font-weight : bold;
    text-decoration : none;
}

a:hover {
    color : darkred;
    text-decoration : underline;
}

.inputr {
    text-align : right;
}

.body {
    font-size : 10px;
    font-family : Verdana;
    color : darkblue;
}

.bodybold {
    font-size : 10px;
    font-family : Verdana;
    font-weight : bold;
    color : darkblue;
}

.kop1 {
    font-size : 14px;
    font-family : Verdana;
    font-weight : bold;
    color : black;
}

.pushbutton {
    font-family : Verdana;
    font-size : 10px;
    cursor : hand;
    color : darkblue;
    background-color : gainsboro;
}

