P   {
    font-size : 10;
    font-family : tahoma;
    font-weight : normal;
    font-style : normal;
    color : black;
    text-decoration : none;
     }

H1  {
    font-size : 10;
    font-family : arial;
    font-weight : bold;
    font-style : normal;
    color : blue;
    text-decoration : none;
    }

H2  {
    font-size : 16;
    font-family : arial;
    font-weight : bold;
    font-style : normal;
    color : Black;
    text-decoration : none;
    }

H3  {}

A  {
    font-size : 11;
    font-family : arial;
    font-weight : bold;
    font-style : normal;
    color : blue;
    text-decoration : none;
}

A:Visited  {
    font-size : 11;
    font-family : arial;
    font-weight : bold;
    font-style : normal;
    color : navy;
    text-decoration : none;
}

A:Active  {
    font-size : 11;
    font-family : arial;
    font-weight : bold;
    font-style : normal;
    text-decoration : none;
}

A:Hover  {
    font-size : 11;
    font-family : arial;
    font-weight : bold;
    font-style : normal;
    color : blue;
    text-decoration : underline;

}

BODY  {}

