body {
   font-family: Georgia, "Trinity.Medium", Trinity, "Times New Roman", Times;
   font-size: 12pt;
   color: black;
}
div.wholepage {
   width: 800px;
   margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, h7 {
   font-family: Homerton, Helvetica, Arial;
   margin: 0.2em 0;
}
h1 {
   font-weight: bold;
   font-size: 24pt;
}
h2 {
   font-weight: medium;
   font-size: 18pt;
}
h3 {
   font-weight: medium;
   font-size: 16pt;
}
h4 {
   font-style: italic;
   font-size: 16pt;
}
h5 {
   font-family: Georgia, "Trinity.Medium", Trinity, "Times New Roman", Times;
   font-weight: bold;
   font-size: 11pt;
}
h6 {
   font-weight: medium;
   font-style: italic;
   font-size: 14pt;
}
h7 {
   font-weight: bold;
   font-size: 12pt;
}
big {
   font-size: 14pt;
}
small {
   font-size: 10pt;
}
blockquote {
   font-size: 90%;
}
.author {
   color: #009000;
   font-style: italic;
}
.person {
   color: #ff0000;
   font-weight: bold;
   background: #000000;
}