BODY, TD, P{
    color: black;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
A {
    color: #993300;
    text-decoration: underline;
    font-size: 12px;
}
A:HOVER {
    color: #ff6600;
    text-decoration: underline;
    font-size: 12px;
}
.MENU {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.MENU:HOVER {
    color: #cc0000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.FOOTER {
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.FOOTERLINK {
    color: #ff9900;
    font-size: 12px;
    text-decoration: underline;
}
.FOOTERLINK:HOVER {
    color: #ffcc99;
    font-size: 12px;
    text-decoration: underline;
}
