#no_javascript {
  color: #900;
  border: 1px solid black;
  height: 30em;
  padding: 1em;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;

  font-size: 13px;

  /* MSIE hack to center */
  text-align: center;

  background: #fff;
}

body {
  margin-left: auto;
  margin-right: auto;

  margin-bottom: 1em;
  width: 750px;

  /* Undo MSIE hack */
  text-align: left;
}

h1 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 5px;
}

h2 {
  font-size: 1em;
  padding: 0;
  margin-bottom: .25em;
  margin-top: 1.25em;
}

h2 span {
  border-bottom: 1px dashed black;
  letter-spacing: .35em;
  font-weight: normal;
  text-transform: lowercase;
  padding: 0;
  padding-left: .5em;
  padding-right: 2.5em;
}

#life_table td {
  /*
  height: 8px;
  width: 5px;
  */
  border: 1px solid #ccc;
  padding: 0;

  /* Cells contain non-breaking space to prevent browser issues. Make them small. */
  font-size: 1px;
  letter-spacing: 0;
  line-height: 0;
}

#life_table td img {
  display: inline;
}

#life_table {
  border-collapse: collapse;
}

#life_table_wrapper {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

a {
  text-transform: lowercase;
  font-variant: small-caps;
}

a:link, a:visited {
  color: #000;
}

a:hover {
  background: #b8ad7c;
}

/* Special popup rules */
hr {
  border: 0;
  height: 1px;
  color: #000;
  background: #000;
}
.illustration, p {
  clear: both;
}

.illustration {
  margin-bottom: 1em;
  margin-top: 1em;
}

.illustration img {
  display: block;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.illustration p {
  clear: none;
}