body {
  background: #363636;
  color: #818181;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  margin: 1em;
}

p {
  font-size: 1em;
  margin: 1em;
}

table {
  margin: auto;
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

td {
  width: 50%;
}

td.trio {
  width: 33%;
}

img {
  border: 0;
  display: block;
  width: 100%;
}

a, a:visited {
  color: #818181;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  color: #FFFFFF;
}

