body{
  background-color: #dfdfdf;
  color: #030303;
  font-family: sans-serif;
}

a{
  color: #030333;
  font-size: small;
  text-transform: none;
}

hr{
  color: #030333;
  background-color: #030303;
  height: 2px;
  border: 0px;
}

pre{
  background-color: #cecece;
  color: #030303;
  font-size: medium;
  padding: 5px;
  margin-bottom: 5px;
}

table{
}

th{
  background-color: #030333;
  color: #dfdfdf;
  padding: 3px;
  font-weight: 300;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: small;
}

tr{
}

td{
  vertical-align: top;
  text-transform: uppercase;
  font-size: small;
  font-family: sans-serif;
}
