@import url(http://fonts.jpmullan.com/computermodern.css);

body { 
  font-size: 10pt;
  font-family: "Computer Modern Serif", "Computer Modern Roman", "Book Antiqua", Palatino, serif;
}
h1, h2, h3, h4, h5 { 
  font-family: "Computer Modern SansSerif", "Computer Modern Sans", "Century Gothic", "Avant Garde", Avantgarde, "URW Gothic L", Helvetica, sans-serif;
}
pre, code { 
  font-family: "Compter Modern Typewriter", monospace;
}
body { 
  max-width: 6in;
}