/* * *                        * * */
/* * *  Low Life style sheet  * * */
/* * *                        * * */

body
 {
  background-image: url(beige_border.jpg) ;
  background-repeat: repeat-y ;
  background-color: rgb(190,170,135) ;
  color:  ;
  padding-left: 150px ;
  padding-top: 25px ;
  padding-right: 25px ;
  font-family: Garamond, "Book Antiqua", Palatino, "Bookman Old Style", Bookplate, "Palatino Linotype", serif ;
 }


/*** Link style ***/

a:link, a:visited, a:active
 {
  text-decoration: none ;
  color: darkolivegreen ;
  font-weight: bold ;
 }

a:hover
 {
  text-decoration: underline ;
 }


/*** Heading styles ***/

h1
 {
  font-size: 20pt ;
  letter-spacing: 0.2em ;
 }

h2, h3, h4, h5
 {
  letter-spacing: 0.1em ;
 }
 

/*** Font styles ***/

span.dropcap
 {
  vertical-align: middle ;
  font-size: 125% ;
  font-weight: bold ;
 }

.smallprint
 {
  font-size: 90% ;
 }


/*** Division styles ***/

div.masthead
 {
  font-style: italic ;
  padding-top: 2ex ;
  padding-left: 25px ;
  padding-right: 25px ;
 }

div.footer
 {
  font-size: 90% ;
 }
 
div.quote
 {
  font-style: italic ;
 }
 
 
/*** List styles ***/

dt
 {
  padding-bottom: 1ex ;
  font-weight: bold ;
  color: darkgreen  ;
 }

dd
 {
  padding-bottom: 1.5ex ;
 }
