
@import url("common.css");

div.book > div.titlepage,
div.preface > div.titlepage,
div.part > div.titlepage,
div.chapter > div.titlepage,
div.appendix > div.titlepage,
div.bibliography > div.titlepage,
div.index > div.titlepage
 {
  border-bottom: 1px solid #eee;
}

div.navheader, div.navfooter, 
div.book, div.preface, div.part, div.chapter, div.appendix,
body > div.index, div.glossary, div.bibliography, 
div.legalnotice, div.revhistory 
 {
  border: 1px solid #eee;
  margin: 0.5em;
  padding: 0.5em;
  background-color: white;
}

