body {
  margin-top : 0;
  margin-left : 0;
  padding-top : 1em;
  padding-left : 1em;
  border-left : none;
}

h3 {
  margin-top : 2em;
}

li, p {
  line-height : 1.44em;
}

pre {
  width : 72%;
  margin-left : 2em;
  padding : 1em 1em 0.5em 1em;
  border : thin solid black;
  background-color : #ffc;
}

p.notes {
  font-size : 84%;
  width : 60%;
  margin-top : 0.25em;
  margin-bottom : 0.25em;
}

li.pro {
  font-size : 84%;
  color : #393;
}
li.con {
  font-size : 84%;
  color : #c03;
}

.important {
  background-color : red;
  color : white;
  font-weight : bold;
  padding : 0.25em;
}