/* main html sections ----------------------------------------------------------------------- */

body {
     background-color: #ffeeff ;
     font: 15px verdana, helvetica, arial, sans-serif;
     margin: 10px;
     margin-top: 0px;
     color: #000000;
     line-height: 20px;
     text-align: justify;
     }

/* Headings ----------------------------------------------------------------------- */

h1 {
     font: 38px verdana, helvetica, arial, sans-serif;
     font-weight: bold;
     text-align: center;
     color: #405;
     }

h2 {
     font: 20px verdana, helvetica, arial, sans-serif;
     font-weight: bold;
     margin: 0px;
     text-align: center;
     color: #405;
     }

h3 {
     font: 18px verdana, helvetica, arial, sans-serif;
     font-weight: bold;
     margin: 0px;
     text-align: center;
     text-transform: uppercase;
     color: #405;
     }

h4 {
     font: bold 25px verdana, helvetica, arial, sans-serif;
     text-align: left ;
     color: #405;
     }

h5 {
     font: 10px verdana, sans-serif;
     padding-top: 0px;
     text-align: left ;
     color: #405;
     }

/* "Play from" classes -------------------------------------------------------- */

.time {
     margin-left:0em;
     font-size: 70%;
     font-style: italic;
     }

/* "Play from" Links ------------------------------------------------------------------ */

h3 a:link {
     font-weight: bold;
     color: #405;
     text-decoration: none;
     }

h3 a:visited {
     font-weight: bold;
     color: #405;
     text-decoration: none;
     }

h3 a:hover {
     font-weight: bold;
     color: #e00;
     text-decoration: underline;
     background-color: #ccc;
     }

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

/* Main Text Paragraphs -------------------------------------------------------------- */

.p1:first-letter {
     font: 30px verdana, helvetica, arial, sans-serif;
     font-weight: normal;
     font-style: italic;
     line-height: 22px;
     }

/* Bottom Notes ----------------------------------------------------------------------- */

#notes {
     background-color: #ddd;
     padding: 10px;
     margin: 10px;
     font: 12px verdana, helvetica, arial, sans-serif;
     }
.highlight {
     background-color: #ff9;
     }    

/* Added by Frank ----------------------------------------------------------------------*/

h2.pretitle, h2.posttile, h2.author, h2.date { 
  margin-top: .25em;
  margin-bottom: .25em;
}

 h2.section { 
  margin-top: .5em;
  margin-bottom: .5em;
}


/* Footnotes added by Frank ------------------------------------------------------*/
dl {
  margin-left: 3em; /*-- This indents the footnotes --*/
}

dt
{
  width: 1em;
  padding: 0em;
  float: left;
  margin: 0;
  font-weight: bold;
}

dd
{
  margin-left: 0em;
  padding: .25em;
}
