#crumbs {
  color: black;
  padding: 1ex 0;
  margin: 1ex 1em;
  text-align: right;
  }
#crumbs :link {
  color: #0000C0;
  }
#crumbs :visited {
  color: #C00000;
  }
#crumbs #trail {
  background-color: white;
  margin: 1ex 0.5em;
  padding: 1ex 1em;
  }
#crumbs a {
  background-color: #DCDCDC;
  margin: 1ex 0.5em;
  padding: 0.3ex 0.5em;
  }
div#bookinfo {
  margin-left: 10%;
  }
#bookinfo img {
  padding: 0 1.5em 1ex 0;
  }
#bookinfo span.subtitle {
  font-size: smaller;
  }
#bookinfo span.author {
  font-size: smaller;
  font-weight: normal;
  }
#bookinfo p.bookcontents {
  font-size: smaller;
  }
div.review { 
  border-top: thin solid blue;
  }
.review {
  margin: 0 12% 0 15%;
  }
.review p {
  text-indent: 2em;
  margin: 0.5ex 0 0 0;
  line-height: 1.3;
  font-family: Arial, sans-serif;
  }
.review p.firstpar {
  text-indent: 0;
  }
 .review h3 {
  margin-left: -1em;
  }
.review h3 span.reviewby {
  font-weight: normal;
  font-style: italic;
  }
.review h3 span.reviewbydate {
  font-weight: normal;
  }
.review h4 {
  text-indent: 0;
  }
.review li p {
  text-indent: 0;
  margin-right: 3em;
  }
