
A  {
        font-size : x-small;

        color : #808080;
        text-decoration : none;
}

A:Visited  {

        color : #808080;
        text-decoration : none;
}

A:Active  {

        color : #808080;
        text-decoration : none;
}

A:Hover  {

        font-style : line;
        color : #707070;
        text-decoration : underline;
}

BODY  {
        font-size : xx-small;
        font-family : Helvetica;
        background : #D7D7D7;
        


