body {
  color: #000;
  background: url('paper.jpg');
  font: normal;
  font-family: Sans-serif;
  font-size: 16px;
  }

h1, h2, h3, h4, h5, h6,
h1i, h2i, h3i, h4i, h5i, h6i,
h2c, h3c, h4c, h5c, h6c {
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  page-break-after: avoid;
  }
h2, h3, h4, h5, h6,
h2i, h3i, h4i, h5i, h6i {
  text-align: left;
  }
h1, h1i {
  font-size: 2.0em;
  text-align: center;
  }
h2, h2i, h2c {
  font-size: 1.50em;
  }
h3, h3i, h3c {
  font-size: 1.36em;
  }
h4, h4i, h4c {
  font-size: 1.22em;
  }
h5, h5i, h5c {
  font-size: 1.11em;
  }
h6, h6i, h6c {
  font-size: 1.0em;
  }
h1i, h2i, h3i, h4i, h5i, h6i {
  display: inline-block;
  margin-right: 0.5em;
  }
h1c, h2c, h3c, h4c, h5c, h6c {
  text-align: center;
  }
h1.page {
  font-size: 2.2em;
  margin-top: 0;
  }
h2.page, h3.page {
  text-align: center;
  margin-top: 0;
  }

p {
  margin-top: 0.75em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  }
p.page {
  margin-top: 0.5em;
  text-align: center;
  }
p.nobreak {
  page-break-inside: avoid;
  }
p.withprev {
  page-break-before: avoid;
  }

img.letthead {
  margin-top: 0;
  width: 33%;
  float: right;
  }

indent {
  display: block;
  margin-left: 2em;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  }

li {
  margin-top: 0.4em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  }
li.thin {
  margin-top: 0;
  }

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  }

a {
  text-decoration: none;
  }
a:link {
  color: blue;
  }
a:visited {
  color: purple;
  }
a:hover {
  text-decoration: underline;
  }
a:active {
  color: red;
  }

table {
  border-collapse: collapse;
  margin-top: 1.0em;
  margin-bottom: 1.5em;
  text-align: center;
  }
tbody {
  }
tr {
  }
th {
  }
td {
  border: black solid 0.1em;
  background: rgb(95%, 95%, 95%);
  }
td.none {
  border: none;
  background: rgba(100%, 100%, 100%, 0);
  }
table.byte {
  width: 40em;
  table-layout: fixed;
  }
table.fixed-wide {
  width: 100%;
  table-layout: fixed;
  }
table.fixed60 {
  width: 60%;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  }
table.fixed80 {
  width: 80%;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  }
table.fixed95 {
  width: 95%;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  }
table.full-width {
  width: 100%;
  }
th.left {
  text-align: left;
  }
th.right {
  text-align: right;
  }
td.left {
  text-align: left;
  }
td.right {
  text-align: right;
  }
td.unused {
  background: rgb(85%, 85%, 85%);
  }

math {
  math-style: normal;
  }
math.inline {
  math-style: compact;
  }
