body {
  background-color: #a7bf79;
  color: #000000;
 }

.top {
  margin-left: 5%;
  margin-right: 35%;
  line-height: 150%;
 }

a:link {
  text-decoration: underline;
  color: #8b4500;
 }

a:visited {
  text-decoration: none;
  color: #400000;
 }

a:link:hover {
  text-decoration: none;
  background-color: #400000;
  color: #ffffe0;
 }

.intro {
  margin:0;
  padding: 2em;
 }

p.intro {
  margin-top: 1em;
  margin-bottom: 1em;
 }

.content {
  margin: 10px;
 }

.book {
  padding: 1%;
  background-color: #dff5b1;
  color: #000000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #8b4500;
 }

.title {
  text-align: center;
 }

h3 {
  background: url(wave.png) no-repeat center;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 45%;
  height: 5;
  width: 48;
 }

p.content {
  margin-top:0;
  margin-left: 2em;
  margin-bottom:0;
 }

p.note {
  margin-top:0;
  margin-left: 2em;
  margin-bottom:0;
  text-indent: 2em;
 }

p.descr {
  margin-top:0;
  margin-left: 4em;
  margin-bottom:0;
 }

.lists {
  margin: 1em 2em 0 2em;
 }

.caps {
  font-variant: small-caps;
 }

.left {
  float: left;
  text-align: center;
  padding: 5px
 }

.right {
  float: right;
  text-align: center;
  padding: 5px
 }

#left {
  float: left;
  position: relative;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
 }

#mid {
  margin-bottom: 10px;
  text-align: center;
 }

#right {
  float: right;
  position: relative;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
 }

#clear {
  clear: both;
 }

.bottom {
  text-align: center;
 }

.bottom td {
  text-align: center;
  vertical-align: top;
 }

.bottom a:link {
  text-decoration:underline;
 }

.bottom a:visited {
  text-decoration:none;
 }

.bottom a:link:hover {
  text-decoration: none;
  background-color: #400000;
  color: #ffffe0;
 }

hr.bottom {
  margin-top: 1em;
  margin-bottom: 1em;
 }
