body {
  max-width: 640px;
  padding: 4px 30px 20px 38px;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 1.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a {
  color: #f00;
  text-decoration: none;
}

a:hover {
  color: #fff;
  background-color: #f00;
}

#titles {
  margin-bottom: 3.5em;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  color: #f00;
}

#maintext {
  font-size: 1.1em;
}

#maintext li {
  margin-bottom: 1em;
  padding-left: 0.5em;
}

.center {
  text-align: center;
}