html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: #00ff00;
    height: 100%;
    font-family: Monospace;
    font-size: 12pt;
}

a {
    color: #00ff00;
    text-decoration: underline;
}

a:hover {
    color: white;
}

a.rss {
    color: transparent;
}

.emacs-control {
    background-color: #00ff00;
    color: black;
    white-space: nowrap;
}

.container {
    background-color: black;
    min-height: 100%;
    margin-bottom: -30pt;
}

.footer-spacer {
    height: 30pt;
}

.footer {
    height: 30pt;
    background-color: black;
}
