body {
  font-size: small;
}

p { font-size: small; }
ul { font-size: small; }

A {
  font-size: medium;
  text-decoration: none;
  color: red;
}

A:hover {
  text-decoration: underline;
  color: navy;
}

H1 {
  text-align: center;
  margin-bottom: 0px;
}

H2 {
  text-align: center;
  margin-bottom: 0px;
}

.spacer P { margin: 10px }
