P  {}

H1  {}

H2  {}

H3  {}

A  {
        color : Blue;
        text-decoration : underline;
}

A:Visited  {
        color : Purple;
        text-decoration : underline;
}

A:Hover  {
        color : Blue;
        text-decoration : none;
        background: Yellow;

}

A:Active  {
        color : White;
        text-decoration : none;
}


BODY  {}

