h1 { 
  font: 32pt Bookman, "Bookman Old Style", Georgia, "New Century Schoolbook", Times, serif;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  color: #FF0;
 }

q:before { 
  content: open-quote;
 }

q:after { 
  content: close-quote;
 }

p { 
  font: 22pt Georgia, "New Century Schoolbook", Times, serif;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
 }

p.nav { 
  margin-top: 70px;
  text-align: center;
  font-size: 14pt;
 }

p.cite { 
  font: 12pt Georgia, "New Century Schoolbook", Times, serif;
  text-align: right;
 }

body { 
  background-color: #036;
  color: #fff;
 }

a:link, a:visited, a:hover { 
  color: #FF0;
 }