A:LINK {
font-family: Verdana
font-size: 10px;
color: #D78C02;
font-weight : normal;
text-decoration : none;
}

/* visited links */
A:VISITED {
font-family: Verdana
font-size: 10px;
color: #D78C02;
font-weight : normal;
text-decoration : none;
}

/* mouse-over links */
A:HOVER {
font-family: Verdana
font-size: 10px;
color: #D78C02;
font-weight : normal;
text-decoration: underline;
}

body {
        background-color: black;
        font-size: 10px;
        font-family: Verdana

}
TD {
        font-size: 10px;
        font-family: Verdana
        color: white;
}
