<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
html {
    overflow: hidden;
}
#content {
    width: 100%;
    height: 100%;
    border: none;
}
#menu {
    background-color: rgb(180, 208, 127);
    line-height: 36px;
}
#menu &gt; * {
    vertical-align: middle;
}
#menu span a, #menu .seperator {
    color: black;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    font-size: 1.5em;
    text-decoration: none;
}
#menu .seperator, #demo {
    font-weight: bold;
}
#menu span a:link {
    color: black;
}
#menu span a:visited {
    color: black;
}
#menu span a.selected {
    text-decoration: underline;
}
#menu img {
    padding: 5px 5px 5px 5px;
}</pre></body></html>