@charset "UTF-8";

.sitemap_background {
    background-color: rgb(210, 220, 255);
}

ul {
    list-style-type: square;
}

li {
    font-size: 100%;
}

.sitemap_link {
    color: black;
}

.sitemap_link:hover {
    text-decoration: none;
    color: rgba(237, 111, 77, 0.8);
}

.small {
    font-size: 80%;
}

.sub {
    list-style-type: circle;
}

.logo {
    width: 12%;
    max-width: 4em;
    margin: 5%;
}
