body {
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  background-color: #fff;
  color: #333;
  line-height: 1.5;
  width: 50em;
  max-width: 100%;
  margin: 0.5em auto;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #933;
  border-bottom: 1px dotted #ccc;
}

h1 {
  font-size: 4em;
  margin: 0;
  line-height: 1;
}

p {
  margin: 0.75em 0;
}

ol {
  list-style-type: none;
}

li a {
  font-weight: normal;
}

li,
li.selected a {
  font-weight: bold;
}

li.selected a {
  background-color: #ffe;
}

.legalese {
  font-size: 0.9em;
  line-height: 1.25;
}

hr {
  height: 0;
  border: 0;
  color: black;
  background-color: black;
  margin: 0.875em 0 2em 0;
  text-align: center;
}

hr:after {
  /* BLACK DIAMOND MINUS WHITE X */
  content: "\2756  \2756  \2756";
}
