/* Style sheet for annotated bibliographies created by Pat Pflieger and
available online at merrycoz.org
*/

body {
  background-color: #698b22;
  color: #dff5b1;
 }

#text {
  background-color: #dff5b1;
  color: #000000;
  margin: 1em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #8b4500;
 }

.book {
  padding: 1%;
  background-color: #dff5b1;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #8b4500;
 }

a:link {
  text-decoration: underline;
  color: #8b4500;
 }

a:visited {
  text-decoration: none;
  color: #8b4500;
 }

a:link:hover {
  text-decoration: none;
  background-color: #400000;
  color: #ffffe0;
 }

.intro {
  margin:0;
  padding: 2em;
 }

p.intro {
  margin-top: 1em;
  margin-bottom: 1em;
 }

h3 {
  background: url(wave.png) no-repeat center;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 45%;
  height: 5;
  width: 48;
 }

p.p1 {
  text-indent: 2em;
 }

p.p2 {
  text-indent: 0;
  margin-bottom: 0;
 }

p.content {
  margin-top: 1em;
  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: 10%;
  margin-bottom:0;
  font-size: small;
 }

.lists {
  margin: 1em 2em 0 2em;
 }

.caps {
  font-variant: small-caps;
 }

.title {
  text-align: center;
 }

#notice {
  margin-left: 5%;
  margin-left: 5%;
 }

#poem {
  margin-left: 4em;
 }

#poem pre {
  white-space: pre;
  font-family: serif;
 }

pre.poem {
  white-space: pre;
  font-family: serif;
 }

div.poem {
  margin-left: 4em;
  white-space: pre;
  font-family: serif;
 }

#left {
  float: left;
  position: relative;
  margin-left: 5%;
 }

#mid {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
 }

#right {
  float: right;
  position: relative;
  margin-right: 5%;
 }

#clear {
  clear: both;
 }

.bottom {
  text-align: center;
 }

.bottom a:link {
  text-decoration:underline;
  background-color: #698b22;
  color: #dff5b1;
 }

.bottom a:visited {
  text-decoration:none;
  background-color: #698b22;
  color: #dff5b1;
 }

.bottom a:link:hover {
  text-decoration: none;
  background-color: #400000;
  color: #ffffe0;
 }

hr.bottom {
  margin-top: 1em;
  margin-bottom: 1em;
 }

