
body {
  padding-left: 100px;
  width: 800px;
  padding-top: 12px;

  font-family: Avenir, Helvetica Neue, Helvetica, Arial;
}

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

.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;
}