body {
  font-family: sans-serif;
  background-color: black;
  color: white;
}

a:link {
  color: gold;
}

a:visited {
  color: #d23232;
}

p, blockquote, div.disclaimer {
  margin: 0 1in 0.25in 1in;
}

p.a, ul.a {
  margin: 0 1in;
}

div.disclaimer {
  font-size: 11px;
}

div.a {
  font-size: 22pt;
  vertical-align: middle;
  font-family: sans-serif;
}

table {
  border: 4px outset silver;
  border-collapse: collapse;
  margin-left: 1in;
  margin-right: 1in;
}

td, th {
  border: 1px outset silver;
  padding: 10px;
}

table td ul li {
  margin-bottom: 1em;
}

table td ul li form {
  display: inline-block;
  vertical-align: top;
}

h2, h3 {
  margin-top: 3em;
  text-align: center;
}

hr {
  border-color: darkslategray;
  margin-top: 0.25in;
  margin-bottom: 0.25in;
}

table.slice, table.slice td {
  border: 0px;
  padding: 0px;
  margin: auto;
}

td.b {
  border-bottom-width: 8px;
  border-bottom-style: inset;
  border-right-width: 8px;
  border-right-style: inset;
}

td.c {
  border: 0px;
  text-align: center;
  padding: 2px;
  font-size: smaller;
}

table.e, td.e {
  border: 0px;
  border-collapse: separate;
  padding: 5px;
}

div.f, pre.f {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

div.f table {
  border: 0;
}

div.f table th, div.f table td {
  border: 1px solid silver;
  border-collapse: collapse;
  font-size: 8pt;
  padding: 1px;
}

div.f table th.topleft {
  border-top: 4px outset silver;
  border-left: 4px outset silver;
}

div.f table th.top {
  border-top: 4px outset silver;
}

div.f table th.topright {
  border-top: 4px outset silver;
  border-right: 4px outset silver;
}

div.f table td {
  text-align: right;
}

div.f table td.bol {
  border-left: 4px outset silver;
}

div.f table td.spacer, div.f table th.spacer {
  border-left: 4px outset silver;
  border-right: 4px outset silver;
  border-top: 0;
  border-bottom: 0;
  padding-left: 1.1em;
}

div.f table td.eol {
  border-right: 4px outset silver;
}

div.f table td.outside {
  border: 0;
}

div.f table td.spacerleftoutside {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 4px outset silver;
}

div.f table td.bottom {
  border-bottom: 4px outset silver;
}

div.f table td.bottomright {
  border-bottom: 4px outset silver;
  border-right: 4px outset silver;
}

pre {
  border: 1px solid silver;
  display: table;
  padding: 5px 15px 5px 15px;
  width: 500px;
}

pre.email {
  margin-left: 1in;
  margin-right: 1in;
}

code {
  color: lime;
}

.gif {
  width: 300;
  height: 162;
}

.center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.clear {
  clear: both;
}

.size8 {
  font-size: 8pt;
}

.padding {
  padding-top: 1em;
  padding-bottom: 1em;
}

.bol {
  border-left: 4px outset;
}

.spacer {
  border-left: 4px outset;
  border-right: 4px outset;
}

.eol {
  border-right: 4px outset;
}

ul {
  padding-top: 0.25em;
  padding-bottom: 1em;
}

ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

div.sizeA table {
  width: calc( 4 * ( 200px + 1.1em ) - 1.1em );
}

div.sizeB table {
  width: calc( 40px + 4 * ( 200px + 1.1em ) );
}

div.sizeC table {
  width: 200px;
}

td.g0 {
  color: deeppink;
}

td.g1 {
  color: cyan;
}

td.g2 {
  color: lightgreen;
}

td.g3 {
  color: yellow;
}

div.float {
  float: left;
}

div#graph {
  display: inline-block;
  height: 286px;
  width: 572px;
}

div#graphLabels {
  display: inline-block;
  width: 200px;
}
