body {
  font-size: 16px;
  font-family: "Hoefler Text", Georgia, Garamond, Times, serif;
  line-height: 145%;
}

h1, h2, h3, h4 {
  margin: 40px auto;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

p:first-letter, h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter {
  text-transform: uppercase;
}

*.upper {
  text-transform: uppercase;
}

pre {
  font-family:"Courier New", monospace;
  font-size: 80%;
  line-height:100%;
  padding: 0;
  margin: 0;
  overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
  overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
  text-transform: none;
  font-variant: normal;
}

pre, code {
  padding: 18px 0px;
  display: block;
}

.small-caps {
  font-variant: small-caps;
  letter-spacing:0.1em;
}