H2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 18pt;
}

IMG.noborder {
    border: none;
}

P {
    font-family: Arial;
    font-weight: bold; 
    font-size: 10pt;
}

P.white {
    font-family: Arial;
    font-size: 10pt;
    color: white;
}

P.white A {
    font-family: Arial;
    font-size: 10pt;
    color: black;
}

TABLE.border THEAD TD {
    border-top: 2px solid black;
    border-bottom: 1px solid black;
}

TABLE.border TD {
    border-top: 0px solid black;
    border-bottom: 1px solid black;
}
TABLE.border TD P {
    margin-left: 10px;
}

TD.unselectedmenuitem {
    border: 2px solid #0066FF;
}

TD.selectedmenuitem {
    border: 2px solid black;
}

INPUT {
    border: 1px solid;
}

A {
    font-family: Arial;
    font-size: 10pt;
}

A.menulink {
    color: white;
}
a.menulink:hover {
	text-decoration: none;
}

BODY {
    background-color: #0066FF;
}

DIV.menulijst {
    position: absolute;
    background-color: #00CCFF;
    z-index: 2;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
