body {
    background-color: #000;
}

div.title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

div.sitemap a {
    float: left;
    width: 230px;
    font-size: 11px;
    text-decoration: none;
    color: #999;
}

div.sitemap a:hover {
    text-decoration: none;
    color: #fff;
}

div.sitemap div.group {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

