body {
  margin: 0px 0px 10px 0px;
}
hr {
  color: Black;
}
p.author {
  font-family: Arial;
  font-weight: normal;
  font-size: 10pt;
  line-height: 75%;
}
table.buttons {
  border-collapse:collapse;
  padding:0 0 0 0;
  line-height: 1;
}
td.chnum, td.partnum {
  text-align: right;
  font-weight: bold;
}
td.chtitle, td.parttitle {
  padding-left: 10px;
}
td.partnum {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  background-color: #b4c291;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
td.parttitle {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  background-color: #b4c291;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
td.button_off {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Tahoma, Sans-Serif;
  font-weight: bold;
  font-size: 12pt;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #b4c291;
  border: solid 2px Black;
}
td.button_on {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Tahoma, Sans-Serif;
  font-weight: bold;
  font-size: 12pt;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: white;
  border: solid 2px Black;
}
td.fill  {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 12pt;
  padding-bottom: 5px;
  padding-top: 5px;
  font-family: Tahoma, Sans-Serif;
  background-color: #b4c291;
  border: solid 2px Black;
}
a.button {
  text-decoration:none;
  color: Black;
}
table.bookinfo {
  margin: 10px 20px 10px 20px;
  table-layout: fixed;
}
ol {
  margin-left: 0px;
}
div.text {
  margin-top: 1em;
  margin-left: 10px;
}
span.name {
  font-style: italic;
}
span.q {
  font-weight: bold;
}
span.a {
  font-weight: bold;
}