BODY
{
    background-color: #000000;
    color: white;
    font-family: Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
}
A
{
    color: white;
    text-decoration: none;
}
A:hover
{
    color: red;
    text-decoration: none;
}

.TextField {
background-color: #000000;
border-color: #336699;
border-style: solid;
border-width: 1;
font-size: 10pt;
font-family: verdana;
color: #FFFFFF
}

.errmsg {
font-size: 12pt;
font-weight: bold;
color: red;
}

.form_label {
font-size: 12pt;
color: white;
}
