a.sitemap {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.sitemap:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

a.bold,
a.bold:hover {
    font-weight: bold;
    /*text-decoration: none;*/
}


