A:HOVER {
    color: Maroon;
}

A:LINK {
    color: #FFFFE0;
}

A:VISITED {
    color: Black;
}

A:HOVER {
    color : Black;
}
HR.copyright {
    color : #807478;
    width : 85%;
    text-align : center;
}
A.copyright {
    color : #993300;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    line-height : 12px;
    text-align : center;
    text-decoration : none;
}

A.copyright:HOVER {
    color : Navy;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    line-height : 12px;
    text-align : center;
    text-decoration : underline;
}

TD.copyright {
    color : #663333;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-weight : normal;
    line-height : 12px;
    text-align : center;
}