
A  {
        font-size : 12;

        color : #B0B0E0;
        text-decoration : none;
}

A:Visited  {

        color : #B0B0E0;
        text-decoration : none;
}

A:Active  {

        color : #B0B0E0;
        text-decoration : none;
}

A:Hover  {

        font-style : line;
        color : #C0C0FF;
        text-decoration : underline;
}

BODY  {
        font-size : 10;
        font-family : Helvetica;
        background : #332D5B;
        color : #b0f0b0;
}
        

