/* Survey Custom Style */
.LinksByCats {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.LinksByCats:link {
    text-decoration:    none;
    color: Red;
}

A.LinksByCats:visited  {
    text-decoration:    none;
    color: Red;
}

A.LinksByCats:active   {
    text-decoration:    none;
    color: Red;
}

A.LinksByCats:hover    {
    text-decoration:    none;
    color:#003366;
}
