* { margin: 0; padding: 0 }

body { margin: 1em; background: #ffe;
    font-family: "trebuchet ms", helvetica, arial, sans-serif;
  }

ul { margin-left: 2em; margin-top: 1em; margin-bottom: 1em }
ul li { display: block; float: left; width: 3em; color: black;
  margin-bottom: 2em }

hr { clear: both; border: 0; height: 1px; width: 100%;
  background-color: black; margin-top: 3px; margin-bottom: 3px }

h2 { clear: left }
h3 { font-size: 0.9em }

