body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 2em auto;
  width: 800px;
  padding: 0;
  font-size: 1.5em; }

a {
  text-decoration: none;
  color: #36b; }
  a:hover {
    text-decoration: underline; }

p {
  font-size: 0.8em;
  line-height: 1.2em; }

li {
  font-size: 0.8em;
  font-family: 'Times New Roman', Times, serif; }

ol {
  list-style: none; }

aside {
  background-color: #eee;
  float: right;
  width: 304px;
  padding: 0 0 10px 0;
  margin: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px; }
  aside img {
    border: solid 2px black;
    margin: 0; }
  aside p {
    font-size: 0.7em;
    padding: 0 30px; }

section h1 {
  font-size: 1.25em; }
section h2 {
  font-size: 1.1em; }
section p {
  font-family: 'Times New Roman', Times, serif; }

blockquote {
  padding: 0 400px 0 25px;
  margin: 0; }
  blockquote p {
    margin: 1.5em 0 0 0;
    font-size: 0.6em;
    font-family: Arial, Helvetica, sans-serif; }
  blockquote p.byline {
    margin: 0;
    text-align: right; }
