html {
  height: 100%;
}
body {
  height: 100%;
  color: #00ff00;
  background-color: black;
  margin: 0;
  font-family: sans-serif;
}
p.first {
  margin-top: 0;
}
p.last, ul.last {
  margin-bottom: 0;
}
p.center {
  text-align: center;
}
p.centerlast {
  text-align: center;
  margin-bottom: 0;
}
pre {
  margin-left: 4ex;
}
a {
  color: #00ff00;
  cursor: url("hellhand.cur"), url("hellhand.cur"), pointer;
  white-space: nowrap;
}
img {
  border: none;
}
td {
  padding: 0;
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
table.t1 {
  width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  table-layout: fixed;
}
table.t2 {
  width: 100%;
  margin-top: 48px;
  border-collapse: collapse;
  border: 1px solid #00ff00;
  table-layout: fixed;
}
table.t2 td {
  padding: 3px;
  text-align: center;
  font-size: xx-large;
}
table.t3 {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  table-layout: fixed;
}
table.t4 {
  width: 120px;
  border-collapse: collapse;
  border: 1px solid #00ff00;
  table-layout: fixed;
}
table.t4 td {
  padding: 8px;
}
table.t4 a {
  text-decoration: none;
}
table.t4 a:hover {
  text-decoration: underline;
}
table.t5 {
  width: 120px;
  margin-top: 32px;
  border-collapse: collapse;
  border: 1px solid #00ff00;
  table-layout: fixed;
}
table.t5 td {
  padding: 8px;
}
table.t5 a {
  text-decoration: none;
}
table.t5 a:hover {
  text-decoration: underline;
}
table.t6 {
  width: 648px;
  height: 300px;
  border-collapse: collapse;
  border: 1px solid #00ff00;
  table-layout: fixed;
  margin-bottom: 48px;
}
table.t6 td {
  padding-right: 8px;
}
td.t3td1 {
  width: 120px;
}
td.t3td2 {
  width: 32px;
}
td.t3td3 {
  width: 648px;
}
td.t6td {
  padding: 8px;
}
