/*
 * Very simple layout for Deadlands: Hell On Earth.
 * Pale green lightning background running on white,
 * old book font, green primary accents.
 */

body
 {
  background: white url(greenlightning.jpg) ;
  color: black ;
 }

BODY, P, TD, H1, H2, H3, H4, caption, small, li, ol, ul, blockquote
 {
  font-family: "Bookman Old Style", "Palatino", serif ;
  color: black ;
 }
   
p, li, ol, ul, blockquote
 {
  font-size: 11pt ; 
 } 

strong
 {
  color: red ;
 }

/* Link styles */

a:link
 {
  color: #006600 ;
 }

a:active
 {
  color: #009900 ;
 }

a:visited
 {
  color: #993300 ;
 }


/* Table styles */

CAPTION
 {
  color: #006600 ;
  font-weight: bold ;
 } 


/* Paragraph styles */

p.footer
 {
  font-size: smaller ;
 } 

p.credits
 {
  font-size: 10pt ;
 } 


/* Division styles */

div.toplinks
 {
  margin-left: 40px ;
  margin-right: 40px ;
  font-size: 10pt ;
 }
