<style>
P  {
        color : White;
        background-color : Black;
        font-family : Arial, sans-serif;
        text-decoration : ;
        font-size : small;
        font-weight : normal;
        font-style : normal;
        text-align : left;
}

H1  {
    color : Silver;
        font-family : sans-serif;
        font-style : normal;
        background-color : Black;
        font-size : small;
}

H2  {}

H3  {}

A  {
        color : Lime;
        text-decoration : none;
        font-family : sans-serif;
}

A:Visited  {
        color : #2F9F43;
        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>
