body {
    background-color: white;
    color: black;
    font-family: "Charis SIL", "Georgia", "Times New Roman", serif;
    font-size: 12pt;
}

#logo, #menu {
    display: none;
}

div#content {
    position: absolute;
    top: 0em;
    left: 0em;
    width: 36em;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: black;
}

#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

