/*
 * Very simple layout for Deadlands: Hell On Earth.
 * Pale green lightning background running on white,
 * old book font, green primary accents.
 */

body
 {
  background: #009900 url(spooks.gif) ;
  color: #ffff99 ;
 }

BODY, P, TD, H1, H2, H3, H4, caption, small, li, ol, ul, blockquote
 {
  font-family: "Bookman Old Style", "Palatino", serif ;
  color: #ffff99 ;
 }

strong
 {
  font-weight: bold ;
  color: red ;
 }
 
p, li, ol, ul, blockquote
 {
  font-size: 11pt ; 
 } 

 
/* Link styles */

a:link
 {
  color: #0000EE ;
 }

a:active
 {
  color: #ff0000 ;
 }

a:visited
 {
  color: #660000 ;
 }


/* Table styles */

CAPTION
 {
  font-size: 16pt ; 
  font-weight: bold ;
 } 

table
 {
  background: black ;
 }


/* Paragraph styles */

p.footer
 {
  font-size: smaller ;
 } 

p.credits
 {
  font-size: 10pt ;
 } 

