body {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: url(/images/perc.png) top right no-repeat;
}
a, a:visited {
  color: black;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
/*******************************************************************************
 * Header
 */
#header {
  margin-top: 3em;
}
#header img {
  border: none;
  float: left;
}
#header p {
  text-align: justify;
  width: 20em;
  margin-left: 258px;
}
.chapters-1 {
  font-weight: normal;
  font-size: 1.2em;
}
.chapters-2 {
  font-family: "Courier new", Courier, monospace;
  font-size: 1.3em;
}
.chapters-3 {
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em
}
.chapters-4 {
  font-size: 1.5em;
}
.chapters-5 {
  font-size 0.8em;
  font-family: "Courier new", Courier, monospace;
  font-weight: bold;
}
.chapters-6 {
  font-size: 1.3em;
  font-weight: bold;
}
.chapters-7 {
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Courier new", Courier, monospace;
}
/*******************************************************************************
 * Content
 */
#content h2 {
  font-family: "Courier new", Courier, monospace;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
/*******************************************************************************
 * Footer
 */
#footer {
  margin-top: 60px;
}
#footer p {
  font-size: 0.8em;
  float: left;
  padding: 0;
  margin: 0;
  padding-left: 5em;
}
#footer img{
  float: right;
}
