h1 {
  background-color: #B4C291;
  font-family: Verdana;
  font-size: 24pt;
  padding: 20px 0px 20px 20px;
  margin: 0px 0px 0px 0px;
  border-bottom: solid 2px black;
}
h2  {
  margin-top: 0px;
  margin-right: 0px;
  width: 100%;
  padding: 10px 10px 10px 10px;
  color: #94A271;
  text-decoration: underline;
  font-family: Verdana;
  font-size: 16pt;
}
body {
  margin: 0px 0px 10px 0px;
}
hr {
  color: Black;
}
p.author {
  font-family: Arial;
  font-weight: normal;
  font-size: 10pt;
  line-height: 75%;
}
table.table {
  border-collapse:collapse;
  border: solid black 2px;
}
table.table td {
  border: solid black 1px;
}
table.table th {
  border: solid black 1px;
  background-color: #B4C291
}
table.buttons {
  border-collapse:collapse;
  padding:0 0 0 0;
  line-height: 1;
}
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;
}
ul {
  list-style-type: square;
}
div.text {
  margin-top: 1em;
  margin-left: 10px;
}
span.name {
  font-style: italic;
}
span.q {
  font-weight: bold;
}
span.a {
  font-weight: bold;
}