<style type="text/css">
P  {
        color : White;
        background-color : Black;
        font-family : sans-serif;
        text-decoration : ;
        font-size : small;
        font-style : normal;
        text-align : left;
}


H2  {}

H3  {}

A  {
        color : #8e6f3c;
        text-decoration : none;
        font-family : sans-serif;
}

A:Visited  {
        color : Gray;
        text-decoration : none;
        font-family : sans-serif;
}
A:Active  {
        color : Silver;
        text-decoration : underline;
        font-family : sans-serif;
}
A:Hover  {
        color : Red;
        text-decoration : underline;
        font-family : sans-serif;
}

BODY  {}

</style>
