A
{
    COLOR: purple;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: fuchsia;
    TEXT-DECORATION: underline
}
