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

/* Center images */
#content img
{
  display: block;
  margin-left: auto;
  margin-right: auto
}

/* Highlight important information */
span.important
{
  background: #ff9999;
  }

pre span.important
{
  background: white;
  color: red;
  }
