@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);
@import url('prettify.css');
body {
  font-family: 'Sorts Mill Goudy', serif;
  line-height: 1.45em;
  display: block;
  margin: 100px auto;
  width: 750px
}
img:first-child {
  margin: 0 auto;
  display: block;
}
#toc {
  list-style: upper-roman;
}
#toc ol {
  list-style: lower-roman;
}
h1 {
  font-size: 55px;
  margin: 30px 0 30px 0;
  padding: 0;
  line-height: 0;
  text-align: center;
}
h2 {
  font-size: 35px;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
  font-style: italic;
}
h3 {
  font-size: 20px;
}
h5 {
  font-size: 15px;
}
h5 code {
  background: #efefef;
  display: block;
  padding: 3px;
  border-radius: 3px;
}
pre {
  padding: 10px;
}
pre code {
  border-radius: 3px;
}
code {
  overflow: auto;
}
a {
  color: #c00;
}
p code {
  background: #EFEFEF;
}
h4 code {
  font-size: 14px;
}