/* The following is for when we have titles on 2 lines */
h1 {
  text-transform: capitalize;
}

/* Highlight important information */
span.important
{
  color: red;
  }

pre { color: #6f1885; }

#content > dl > dt {
  font-weight: bold;
  color: #6f1885;
  padding: .2em;
}
