html {
 background: white url(logos) 0 10px no-repeat fixed;
}

body {
 margin-left: 8em;
 margin-right: 2em;
 font-family: sans-serif;
}

h1 {
 text-align: center;
}

p {
 text-align: justify;
 text-indent: 2em;
}

p.navigation {
 text-align: center;
}

p.top {
 border-bottom: 1px solid black;
}

p.bottom {
 border-top: 1px solid black;
}

p.subtitle {
 text-align: center;
 text-indent: 0;
}

div.subcontent {
 border: 1px solid black;
 background: silver;
 padding: 0 1em;
}

ol.footnotes:before {
 content: "Footnotes:";
 border-top: 1px solid black;
 padding: 0.5em;
}

table {
 border-collapse: collapse;
 margin: 2em 2em 0.5em 2em;
}

caption { 
 caption-side: bottom; 
 text-align: left 
}

td {
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-top: none;
 border-bottom: none;
 padding: 0 1em;
}

th {
 text-align: center;
 border: 1px solid black;
}