BODY
{
}
A
{
    COLOR: blue;
    LIST-STYLE: circle
}
A:hover
{
    COLOR: green;
    LIST-STYLE: square
}
