BODY {
  background-color: ivory;
}

BODY, DIV, H1, H2, P, DL, DT, DD {
  font-family: sans-serif;
}

H1 {
  color: black;
  font-size: 24pt;
  font-weight: bold;
  position: relative;
}

H2 {
  margin-top: 10px;
  color: darkorange;
}

P {
  text-align: justify;
}

A {
  color: #A77;
  font-weight: bold;
}