body
{
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
strong
{
  font-weight: bold;
}
dd
{
  padding-left: 10px;
}

ul
{
  list-style-type: disc;
}

h1
{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

p
{
  margin-top: 5px;
}

footer
{
  font-size: 0.8em;
  color: #888888;
  margin-top: 20px;
}