/* $Id: earlstyle.css 4330 2010-01-02 00:39:42Z 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; width: 800px; margin: 0; padding: 0;}
h1	    {color:rgb(165,42,42); margin: 0; padding: 0 0.5em 0 0.5em;}
h2	    {color:rgb(165,42,42);}
h3	    {color:rgb(165,42,42);}
ul > li	    {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);}
.topimg	    {background-color:rgb(255,255,192); margin: 0; padding: 0;}
.topnav	    {background-color:rgb(255,255,192); margin: 0; padding: 0;}
.toptitle   {background-color:rgb(255,255,192); margin: 0; padding: 0;}
.leftnav    {background-color:rgb(255,255,192); margin: 0; padding: 1ex 0.5em 1ex 0.5em;}
.toc	    {margin-top: 1ex; margin-bottom: 1ex;}
.footer	    {background-color:rgb(255,255,192);}
.pagebody   {padding: 0 0 0 0.5em;}
.pagetable  {margin: 0; padding: 0;}
.firstpara  {margin-top: 0; padding-top: 0;}
.topnav a   {color: blue; text-decoration: none;}
.topnavsub  {background-color:rgb(255,255,160); display: none; position: absolute; top: 0; text-align: left; padding: 1ex 0.5em 1ex 0.5em;}
ul.topnavsub > li {list-style: none;}
.topnav:hover .topnavsub {display: block;}
