
h1,h2,h3 {
    font-family: Helvetica, arial, sans-serif;
}
body {
    margin-left:10em;
    margin-right:10em;
    border-left: black thin solid;
    border-top: black thin solid;
    padding-left: 5em;
    padding-right: 5em;
    box-shadow: 10px 10px 5px lightgray;
}
figcaption {
    padding-top:0.5em;
}
figure {
    padding-top:1em;
    padding-bottom:1em;
}
footer {
    font-size: smaller;
    border-top: black thin solid;
}
p {
    line-height: 1.4;
}

table {
    border-collapse: collapse;
    border-top: black thin solid;
    border-right: black thin solid;
}
th,td {
    border-bottom: black thin solid;
    border-left: black thin solid;
}

/* IDs */
#Footnotes {
    border-top: black thin solid;
    padding-top: 5em;
}
#preamble {
    margin-left: 5em;
    margin-right: 5em;
}
.suffix{
    width:10em;
}
.length {
    width:5em;
    text-align: center;
}
.level2 {
    margin-top:4em;
}
.box{
    border:black thin solid;
}
.html {
    font-family: "Courier New", "Lucida Console", Monaco, monospace;
}