/*
 * This is the classic L5R layout (1st ed.):
 * black marble background, red titles.
 */

body
 {
  background: black url(blackmarble.jpg) ;
  color: white ;
 }

/* Heading styles */

h1, h2, h3, h4
 {
  color: red ;
  font-family: Chokko, Chowmein;
 }

/* Link styles */

a:link 
 {
  color: #FFff00 ;
 }

a:active 
 {
  color: #FF0000 ;
 }

a:visited 
 {
  color: #3333FF ;
 }

/* Paragraph styles */

p.discreet
 {
  font-family: Arial, Helvetica, sans-serif ; 
  font-size: 9pt ;
 }

p.question
 {
  color: red ;
  font-weight: bold ;
 }