html,body {
  margin:0;
  padding:0;
  background-color:#999;
  color:#666;
  font-size:16px;
  line-height:18px;
  font-family:sans-serif;
}

a {
  color:#666;
}
body {
  max-width:900px;
  margin: 0 auto;
  padding:0.5em;
  background-color:white;
  border-radius:0.5em;
  box-shadow:0.25em 0.25em 0.25em #ccc;
}

caption {
  text-align:left;
  font-size:0.8em;
  font-weight:bold;
}
h1 {
  text-align:center;
}
h2 { 
	margin:2em 1em 0;
}
h2 + * {
  padding:0 0.5em;
}
p, pre {
  margin:1em;
}
p + div {
  line-height:0.5em;
  margin:0 1em;
  padding:0 1em;
}
table {
  margin:1em;
  border-collapse:collapse;
  border:solid;
}
th, td {
  padding:0.25em 1em;
  border:solid;
}
th {
  background-color:#ccc;
}
.aside {
  font-size:0.9em;
  font-style:italic;
  padding:0 2em;
}
.subscript {
  position:relative;
  top:0.5em;
  font-size:0.8em;
}
.underline {
  border-bottom: 1px solid green;
}
#footer {
  font-size:0.7em;
  text-align:center;
}

@media print {
  html, body {
    color:black;
    background-color:white;
    width:6.5in;
    font-family:serif;
    font-size:10pt;
    line-height:12pt;
  }
  h2:nth-of-type(2) {
    page-break-before:always;
  }
  #footer {
    display:none;
  }
}