body {
  font-family: typewheel, courier, monospace;
}

div.main {
  /*width: 324em;*/
  margin-top: 100px;
  margin-left: 75px;
}

a.title, a.title:visited {
  color: #000;
  text-decoration: none;
}

div.part {
  text-align: center;
}

a {
  font-size: 90%;
  color: #666;
  text-decoration: none;
}

img {
  border: none;
}

div.title {
  float: left;
  margin-right: 1.5em;
  padding-right: 1.5em;
  border-style: none solid none none;
}

div.pages {
  font-size: 8pt;
  color: #666;
}

h2 {
  font-size: 9pt;
  margin-bottom: 0px;
  /*clear: both;*/
}

span.author {
  font-size: 8pt;
}

div.box {
  font-size: 8pt;
  float: left;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #333;
  padding: 0em 3em 0em 0em;
  margin: 0em 3em 0em 0em;
  /*width: 15em;*/
  /*height: 30em;*/
  text-align: left;
}

div.close {
  float: left;
  border-style: none;
  font-weight: bold;
  padding-top: 32em;
  padding-right: 3em;
}

