a:visited {
        color: #000000;
        text-decoration: underline;
}

a:hover {
        color: #000000;
        text-decoration: underline;
}

a:visited:hover {
        color: #000000;
        text-decoration: underline;
}

#categoryList .title a {
        color: #000000;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        line-height: 16px;
}

#categoryList .title a:visited {
        color: #000000;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        line-height: 16px;
}

#categoryGrid .title a {
        color: #000000;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        line-height: 16px;
}

#categoryGrid .title a:visited {
        color: #000000;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        line-height: 16px;
}

#categoryGrid .title a:hover {
        text-decoration: none;
}

#productGrid .title a {
        color: #000000;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        line-height: 16px;
}

#productGrid .title a:hover {
        text-decoration: none;
}

h2, .page-title  {
        font-size: 18px;
        font-weight: bold;
        padding: 3px;
        padding-left: 0;
        text-align: left;
        color: #000000;
}

h2 a {
        color: #000000;
        text-decoration: none;
}

h2 a:hover {
        color: #000000;
        text-decoration: underline;
}
