/* Typesetter.css Ⓒ2012 Timothy Allen | https://gitorious.org/typesetter-css/ */
html {
  background: #fdf6e3;
  color: #657b83;
}
:link {
  color: #268bd2;
}
:link:hover,
:visited:hover {
  background: #eee8d5;
}
:visited {
  color: #6c71c4;
}
:link:active,
:visited:active {
  color: #dc322f;
}
blockquote {
  /*
     * This overflow setting prevents the margins on blockquote's contents from
     * collapsing with blockquote's siblings, which means our border and
     * background will be nicely separate.
     */

  overflow: hidden;
  background: #eee8d5;
}
tr:nth-child(4n),
tr:nth-child(4n-1) {
  background: #eee8d5;
}
