/*
 * This is the stylesheet for the Dragaera campaign.
 * Very light on formatting, black background and pale yellow text,
 * slightly offset to show margins.
 * Primary accent color is gold, secondary is pale green. 
 */


body
 {
  margin-left: 30px; 
  margin-right: 30px ;
  background: black ;
  color: #ffffcc ;
 } 


/* Font styles */

p, li, blockquote, td  /** Extended list to deal with Netscape 4.x **/
 {
  color: #ffffcc ;
 }

strong
 {
  color: #FFFF99 ;
 }


/* Link styles */

a
 {
  text-decoration: none ;
  font-weight: bold ;
  text-decoration: underline ;
 }

a:hover
 {
  text-decoration: underline ;
 }
 
a:link
 {
  color: #ffff99 ;
 }
 
a:active
 {
  color: #ff0000 ;
 }
 
a:visited
 {
  color: #ffcc00 ;
 }
 

/* Heading styles */

h1.title
 {
  color: #ffffcc ;
 } 

h2
 {
  color: #ffff99 ;
 }
 
h1, h3, h4, h5
 {
  color: #ffcc00 ;
 }
 
 
/* Table styles */

caption
 {
  color: #ffff99 ;
  font-weight: bold ;
  font-size: 125% ;
 }
 
th
 {
  color: #99ff99 ;
  font-size: 110% ;
 }
 

/* Division styles */

div.comments
 {
  font-style: italic ; 
  margin-left: 50px ; 
  margin-right: 50px ;
 }

div.credits
 {
  font-family: Arial, Helvetica, sans-serif ;
 } 

/* Paragraph styles */

p.discreet
 {
  font-family: Arial, Helvetica, sans-serif ; 
  font-size: 9pt ;
 }

