body {
  background-color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: courier new;
  font-size: 150%;
  color: #352f35;
  text-align: center;
}

h1  {
  font-size: 400%;
}

table {
  border: 1px solid inherit;
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

table.warning {
  width: 100%; 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}

table.bottom {
  table-layout: fixed;
  width: 100%; 
  margin-left: 0px;
  margin-right: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  color: #FAF9F6;
  font-size: 150%;
  max-width: 900px;
  min-width: 100px;
  border-collapse: separate;
  border: 1px solid inherit;
  text-align: left;
}

td.code {
  color lime;
  text-shadow: -1px 0 green, 0 2px green, 1px 0 green, 0 -1px green;
}

td.pre {
  color lime;
  text-shadow: -1px 0 green, 0 2px green, 1px 0 green, 0 -1px green;
  white-space: pre;
}

td.top {
  color: #352f35;
  text-align: center;
}

td.quote {
  font-size: 180%;
  color: gray;
  text-align: center;
}

td.warning {
  font-size:130%;
  text-align: center;
  max-width: 100%;
  width: 100%;
  color lime;
  text-shadow: -1px 0 green, 0 2px green, 1px 0 green, 0 -1px green;
  background-color: inherit;
}

td.bottom {
  color: #352f35;
  word-wrap:break-word;
  font-size:100%;
  text-align: center;
  max-width: 100%;
  width: 100%;
  background-color: inherit;
}

td.tiny {
  color: gray;
  font-size: 120%;
  text-align: center;
}

img {
  display: block;
  width: 50%;
  height: auto;
}

hr {
  color lime;
  text-shadow: -1px 0 green, 0 2px green, 1px 0 green, 0 -1px green;
  max-width: 900px;
  min-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #FAF9F6;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s;
}

a.top {
  color: #352f35;
}

a.clear:hover {
  color: orange;
  text-shadow: 0 0 5px orange;
}

a.warning:hover {
  color: orange;
  text-shadow: 0 0 5px orange;
}

a:hover {
  text-shadow: -1px 0 green, 0 2px green, 1px 0 green, 0 -1px green;
  color: lime;
}

a.warning {
  color: #856404;
}

img {
  height: auto;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.vbscreen {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

