body {
  color: black;
  background-color: white;
}

a {
  color: #888;
  text-decoration: none;
}

a:hover {
  color: #000;
}

ul {
  margin: 1em;
  padding: 0;
  font-size: 0.8em;
}

li {
  display: inline;
  margin: 0 1em;
  background-image: url(libar.png);
  background-repeat: no-repeat;
}


li a:hover {
  background-image: url(libar_active.png);
  background-repeat: no-repeat;
}

div.chapter p {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  text-indent: 1em;
  font-family: serif;
}

div.chapter p.serif {
  text-indent: 0;
}

h1.title {
  text-align: right;
  border-style: none none solid solid;
  border-left-width: 15px;
  border-bottom-width: 2px;
  margin-bottom: 0;
  background-image: url(titleback.png);
  background-repeat: repeat-y;
  background-position: top right;
}

h2.chapter_title {
  text-align: center; 
}

address {
  display: box;
  text-align: left;
  padding-top: 3px;
  border-style: solid solid none none;
  border-right-width: 15px;
  border-top-width: 2px;
}


div.chapter {
  margin: 0% 5%
}

div.top_links {
  text-align: right;
}

div.bottom_links {
  text-align: left;
}


