A
{
    COLOR: RGB(0,0,255);
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: RGB(255,0,0);
    TEXT-DECORATION: underline overline
}

