/* $Id: defaultstyle.css.perlpp 4305 2009-12-21 23:03:55Z earl $ */
@import url("class.css");
/* Formating */
q:lang(en) {quotes: "\201C" "\201D" "\2018" "\2019";}
q:before {content: open-quote;}
q:after  {content: close-quote;}
/* Color */
body {background-color:white; min-width: 20em; max-width: 40em;}
h1 {color:rgb(165,42,42);}
h2 {color:rgb(165,42,42);}
h3 {color:rgb(165,42,42);}
ul {list-style: url(graphics/bullet-green.gif) disc;}
ul ul {list-style: circle;}
ul ul ul {list-style: square;}
ul ul ul ul {list-style: disc;}
.quote   {color:rgb(165,42,42);}
.author  {color:rgb(165,42,42);}
.chapter {color:rgb(165,42,42);}
