body {
    background: black url(fantasy.jpg) center top no-repeat;
    margin: 0;
}
#content {
    background: #add8e6;
    color: black;
    margin: 0 10%;
    padding: 3em 1em 1em 1em;
    border-width: 0px 2px 2px 2px;
    border-color: #069;
    border-style: solid;
}
#backlink {
    background: #ccc;
    border-color: #555;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    margin-left: 10%;
    width: 10em;
    text-align: center;
}
#backlink a { text-decoration: none; color: #555; }
.bureaucratic { font-size: 30%; }
td { vertical-align: top; }
img { border-style: none; }
ol ol { list-style-type: lower-latin; }

#selfportrait { float: right; margin: 0 2em; }
.preload { display: none; }

.date { width: 5em; }
.title { text-align: center; }
.unimportant { font-size: 50%; font-weight: normal; }
.filler {
    float: right;
    text-align: center;
}
.dictionary {
    border-collapse: collapse;
    margin: 1em 0;
}
.dictionary .key {
    border-right: 1px solid black;
    padding-right: 1em;
}
.dictionary .value { padding-left: 1em; }

.screenshot {
    overflow: hidden;
    border-style: none;
    text-align: center;
}

/* http://edward.oconnor.cx/2007/08/tex-poshlet */
.tex sub, .latex sub {
    text-transform: uppercase;
    vertical-align: -0.5ex;
    margin-left: -0.1667em;
    margin-right: -0.125em;
    font-size: 1em;
}
.latex sup {
    text-transform: uppercase;
    font-size: 0.85em;
    vertical-align: 0.15em;
    margin-left: -0.36em;
    margin-right: -0.15em;
}
