
body {
  padding-left: 100px;
  padding-top: 12px;
  font-family: Avenir, Helvetica Neue, Helvetica, Arial;
  max-width: 700px;
}

p {
  font-family: Avenir, Helvetica Neue, Helvetica, Arial;
  font-size: 14px;
  letter-spacing: 2px;
}

table {
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}

td { 
  font-family: Avenir, Helvetica Neue, Helvetica, Arial;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px;
  vertical-align: top;
}

.asciiart
{
  font-family: monospace, Courier;
  font-size: 8px;
  letter-space: 1px;
}

a {
  color: black;
  text-decoration: underline;
  font-weight: bolder;
}

a:hover {
  color: #8a5ed3;
}

h2
{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

img {
  border: none;
}

strong, b {
  font-weight: bolder;
}

.mission {
  padding-left: 30px;
  width: 210px;
  margin-top: -3px;
  margin-bottom: 0.8em;
  font-size: 13px;
}

.lead {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.leftBorder {
    border-left: thin solid #555555;
}