/*
 * This is the stylesheet for the Ryoko Owari campaign.
 * Very light on formatting, white background, slightly offset to show 
 * ideograms in the left-hand margin.
 * Primary accent color is red, secondary is blue. 
 */

body
 {
  margin-left: 100px; 
  margin-right: 50px ;
  background: white url(IChing.gif) ;
  background-repeat: repeat-y ;
  color: black ;
 } 

/* Link styles */

a:link
 {
  color: #FF0000 ;
 }
 
a:active
 {
  color: #FF0000 ;
 }
 
a:visited
 {
  color: #3333FF ;
 }
 
/* Division styles */

div.comments
 {
  color: #FF0000 ; 
  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 ;
 }
