body {
    margin: 0 auto;
    padding-top: 65px;
    background: #f0feaf;
    font-family: "Courier New";
    color: #6e5454;
}

img {
    border: 0;
}

a {
   color: #6e5454;   
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
}

ul {
    list-style-type: none;
}

#sitetitle {
    background: #bac8a4;
    text-align: center;
}

#sitetitle img.heading {
    margin-top: 20px;
}

#sitetitle img.building {
    margin-bottom: 28px;    /* (sitetitle.height - 84) / 2 */
}

#sitenavigation {
    padding: 20px;
    text-align: center;
}

#sitenavigation img {
    padding: 0 10px;
}

#stripnavigation {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#stripnavigation img {
    margin: 0 24px;
}

#stripnavigation a#next img, #stripnavigation a#previous img {
    margin-bottom: 15px;
}

div.frontispiece {
    margin: auto;
    text-align: center;
    margin-top: 2.4em;
    margin-bottom: 3em;
}

#comic {
    padding: 20px;
    text-align: center;
}

.textpanel {
    width: 520px;
    margin: auto;
    padding: 1em;
    font-size: 17pt;
    text-align: justify;
    margin-bottom: 1em;
}

.textpanel h2 {
    font-size: 17pt;
}

.archives {
    width: 300px;
    background: #ffffdd;
    padding: 2em;
    border: thin dashed;
    font-size: 10pt;
}

