A:LINK
{
    font-family : Arial;
    font-size : 10pt;
    color : #ffffcc;
    text-decoration : none;
}

A:VISITED
{
    font-family : Arial;
    font-size : 10pt;
    color : #ffffcc;
    text-decoration : none;
}

A:ACTIVE
{
    font-family : Arial;
    font-size : 10pt;
    color : #ffffcc;
    text-decoration : none;
}

A:HOVER
{
    font-family : Arial;
    font-size : 10pt;
    color : #ccffff;
    text-decoration : underline;
}

