P  {
    font-size : 12;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : black;
    text-decoration : none;
}

H1  {
font-size : 12;
    font-family : Arial;
    font-weight : normal;
    font-style : normal;
    color : black;
    text-decoration : none;

}

H2  {
    font-size : 10;
    font-family : Arial;
    font-weight : bold;
    font-style : italic;
    color : red;
    text-decoration : none;
}

H3  {}

A  {
    font-size : 11;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : blue;
    text-decoration : none;
    float : none
    position: static;
}

A:Visited  {
    font-size : 11;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : #2E4E73;
    text-decoration : none;
    float : none
    position: static;
}

A:Active  {
    font-size : 11;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    text-decoration : underline;
    float : none
    position: absolute;
}

A:Hover  {
    font-size : 11;
    font-family : Arial;
    font-weight : bold;
    font-style : normal;
    color : blue;
    text-decoration : underline;
}

BODY  {}

