body {
  font-family: sans-serif;
  background: white;
}

a {color: #006633; }
a:active {font-weight: bold;}

div.book {
  font-family: serif;
  float: left;
  padding: 1em;
  margin: 0.5em;
  background-color: #eeffcc;
  border: thin solid #006633;
}

div.book[role="dbx"] {
  background-color: #eeffcc;
  border: thin solid #006633;
}

div.book[role="tei"] {
  background-color: #cceeff;
  border: thin solid #330066;
}

div.book p {
  margin: 0;
}

div.copyright {
  clear: both;
  font-size: smaller;
}
