.SkinObject {
    font-weight: bold;
    font-size: 12pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration: none;
    color: white;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: white;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: blue;
}

A.SkinObject:active   {
    text-decoration: none;
    color: green;
}



