/***
 * Some sensible defaults to kick in after reset.css.
 */
body {
  font-family: sans-serif;
  line-height: 1.4;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 1ex;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

p {
  margin: 1em 0;
}
