<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map &gt; a {
    color: #ffff00;
    text-decoration: none;
}

#map &gt; a:hover {
    color: #ffff00;
    text-decoration: underline;
}

#header {
    font-family: Verdana, Arial;
    font-size: 1em;
    overflow: hidden;
    color: #ffffff;
}

#map {
    height: 300px;
    width: 100%;
    padding: 0; margin: 0;
}

#content {
    font-size: 1em;
}

#osm {
    font-size: 0.7em;
    font-style: italic;
    margin-bottom: 20px;
}</pre></body></html>