body { text-align: center; }
#page {
    text-align: left;
    font: 14px sans-serif;
    line-height: 1.25;
    width: 45em;
    margin: 0 auto;
    margin-top: 1em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border-style: none;
}

.footnote {
    vertical-align: super;
    font-size: 80%;
    color: #8888ff ;
}
pre {
    font: 110% Courier, serif;
    line-height: 1.5;
    padding-left: 3em;
}
li {
    padding-left: 1em;
}

blockquote {
    font-style: italic;
    color: #556;
}
