/* arabian nights stylesheet */
/* (c) 2007 mfx@pobox.com    */
/* "better late than never"  */

body {
   font-family: Bookman, serif;
   margin-left: 4em;
   margin-right: 8em;
   line-height: 110%;
   background-color: #F8F2CF;
}

h1 {
   font-family: Palatino, seri;
   line-height: 120%;
   font-weight: bolder;
   text-align: center;
}

h2 {
   font-size: 120%;
   line-height: 120%;
}

a {
   color: inherit;
}
a:hover {
  text-decoration: underline;
  color: red;
}

.warning {
  color: red;
}

p {
  text-indent: 0em;
}

/* intro element */
.preamble {
   white-space: pre;
   text-align: center;
}

/* mostly use for verse */
blockquote {
  font-style: oblique;
}
.ad {
  float: right;
  margin-right: -8em;
  margin-left: 2em;
  margin-top: 50em;
  margin-bottom: 50em;
}