html {
    background-color: black;
    background-image: url(green.png);
    color: green;
}

@font-face {
    font-family: vt;
    src: url("/Glass_TTY_VT220.ttf") format("truetype");
}

body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 1000px;
    min-width: 1024px;
    background-color: black;
    color: green;
    font-family: vt, Monaco, Courier, Fixed;
    font-size: large;
}

a {
    color: lime;
    text-decoration: underline;
}

a:visited {
    color: green;
    text-decoration: underline;
}

a:hover {
    color: lime;
}

a.wikipedia {
    color: green;
    text-decoration: underline;
}

a.wikipedia:hover {
    color: lime;
}

#fsk {
    float: right;
}

#headline {
    color: lime;
    background-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 15px;
}

#navigation {
    position: relative;
    float: right;
    width: 280px;
    padding: 15px;
    font-size: large;
    color: black;
    background-color: green;
}

#navigation a {
    color: black;
    text-decoration: underline;
}

#navigation a:hover {
    color: lime;
}

#index a {
    text-decoration: none;
    font-family: vt, Monaco, Courier, Fixed;
    color: black;
}

#index a:hover {
    text-decoration: underline;
    color: black;
}

#paper {
    background-color: black;
}

#entries {
    width: 569px;
    padding: 15px;
    background-color: black;
}

.statusline {
    width: 569px;
    padding: 15px;
    font-size: large;
    background-color: black;
}

#bottom {
    clear: both;
    color: green;
    border-top: lime 1px solid;
    border-bottom: none;
    background-color: black;
    padding: 15px;
}

h1 {
    font-size: large;
    color: lime;
    background-color: black;
    font-family: vt, Monaco, Courier, fixed;
}

h1 a {
    text-decoration: none;
    color: lime;
}

h1 a:visited {
    text-decoration: none;
    color: lime;
}

h2 {
    font-family: vt, Monaco, Courier, fixed;
    font-size: large;
    font-weight: normal;
    color: lime;
    background-color: black;
}

h2 a {
    text-decoration: none;
    color: lime;
}

h2 a:visited {
    text-decoration: none;
    color: lime;
}

a.wikipedia:after {
    content: none;
}

h3 {
    font-family: vt, Monaco, Courier, fixed;
    font-size: large;
    font-weight: normal;
    color: green;
    background-color: black;
}

blockquote {
    font-family: vt, Monaco, Courier, fixed;
    font-style: normal;
    font-size: large;
    border-left: 1em solid lime;
    padding: 10px;
    padding-left: 20px;
    margin-right: 0;
    background-color: green;
    color: black;
}

blockquote a {
    color: black;
}

blockquote a:visited {
    color: black;
}

q {
    font-style: italic;
}

q em {
    font-style: normal;
}

.subscript {
    font-size: large;
    border-bottom-width: 1px;
    margin-bottom: 1em;
    padding-bottom: 2em;
    border-bottom: green 1px solid;
}

.mark {
    background: lime;
}

.code {
    background: black;
    color: black;
    background-color: green;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#static a {
    color: black;
}

#static a:visited {
    color: black;
}

label {
    padding-right: 1em;
}

textarea {
    width: 100%;
}

.error {
    color: red;
}

.table {
    display: table;
}

.table p {
    display: table-row;
    height: 2em;
}

.table p label {
    display: table-cell;
}

.table p input {
    display: table-cell;
}

