/*
 * This is the stylesheet for the Over The Edge LARP.
 * Very light on formatting, white background, slightly offset to show 
 * green fade-out bar in the left-hand margin.
 * Primary accent color is dark green, secondary is red. 
 */

body
 {
  margin-left: 130px; 
  margin-right: 50px ;
  background: white url(green_b004.gif) ;
  background-repeat: repeat-y ;
  color: black ;
 } 


/** Font styles **/

body, p, td, li, ul, ol, th, caption
/* Long list to accomodate older browsers */
 {
  font-family: Arial, Helvetica, sans-serif ;
 }

h1, h2, h3, h4, h5
/* Long list to accomodate older browsers */
 {
  font-family: Tahoma, Arial, Helvetica, sans-serif ;
 }

em
 {
  color: #990000 ;
 }
 
 
/** Heading styles **/

h2 
 {
  color: #003300 ;
 }

h3 
 {
  color: #006633 ;
 }

h4 
 {
  color: #cc0000 ;
 }


/** Link styles **/

a
 {
  font-weight: bold ;
  text-decoration: none ;
 }

a:link
 {
  color: #006633 /* dark green */;
 }
 
a:active
 {
  color: #009933 /* grass green */;
 }
 
a:visited
 {
  color: #003300 /* very dark green */ ;
 }

a:hover
 {
  text-decoration: underline ;
 }
 
/** Division styles **/

div.comments
 {
  color: #990000 /* red */ ; 
  font-style: italic ; 
  margin-left: 50px ; 
  margin-right: 50px ;
 }

div.toplinks
 {
  margin-left: 30px ; 
  font-size: 85% ;
 }
 
 
/** Paragraph styles **/

p.discreet
 {
  font-size: 9pt ;
 }
