P  {}

H1  {}

H2  {}

H3  {}

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

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

A:Active  {
    color : Red;
    text-decoration : underline;
}

A:Hover  {
    color : Lime;
    text-decoration : none;
    background : White;
}

BODY  {}


