BODY {
    color : White;
    font-family : "Courier New", Courier, monospace;
    font-size : 10pt;
    cursor : default;
    background-color : #006666;
    text-align : justify;
}

A:LINK, A:VISITED {
    font-family : "Courier New", Courier, monospace;
    font-size : 10pt;
    color : Yellow;
    text-decoration : none;
    cursor : hand;
}

A:HOVER {
    color : Yellow;
    font-family : "Courier New", Courier, monospace;
    font-size : 10pt;
    cursor : hand;
    text-decoration : underline;
}

A:ACTIVE, A:FOCUS {
    color : Red;
    font-family : "Courier New", Courier, monospace;
    font-size : 10pt;
    cursor : hand;
    text-decoration : none;
}

H1 {
    color : White;
    font-family : Tahoma;
    font-size : 30pt;
    cursor : default;
    text-align : center;
}

H2 {
    font-family : Tahoma;
    font-size : 20pt;
    cursor : default;
    color : White;
    text-align : center;
}

TABLE, TD, TR {
    font-family : "Courier New", Courier, monospace;
    font-size : 10pt;
    background-color : #006666;
    color : White;
    border-color : 00FF00;
    cursor : default;
}

INPUT, FORM {
    color : White;
    background-color : #006666;
    font-family : "Courier New", Courier, monospace;
    font-size : 10pt;
    border-color : #006666;
}

SELECT {
    color : FFFFFF;
    font-family : "Courier New", Courier, monospace;
    font-size : 10pt;
    background-color : 006666;
    text-align : center;
}