body {
  width: 100%;
  font-family: 'Courier New', Courier, monospace;
  font-style: normal;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  color: #ccc;
  background-color: #000;
}

table {
  width: 100%;
}

div.wrapper {
  position:absolute;
  z-index:0;
  left:12px;
  top:10px;
}

article {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
}

div.vbar {
  background-color: #000;
  padding-top: 10px;
}

div.item {
  font-style: italic;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.desc {
  padding-left: 20px;
}

div.vspacew {
  padding-top: 5px;
  background-color: #000;
}

.center {
  text-align: center;
}

a {
  color: #0f91ff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
