/***  "Obsidian" stylesheet for Mecha!  ***/

body
 {
  background-color: black ;
  background-image: url(BlackTile.jpg) ;
 }

/***  Font styles  ***/

body, p, ul, ol, li, td
 {
  color: white ;
 }

h1.big
 {
  color: #FFCC00 ;
  font-size: 250% ;
 }

h1
 {
  color: red ;
 }

h2
 {
  color: #FFCC00 ;
 }

h3
 {
  color: #FFFF00 ;
 }

h4
 {
  color: red ;
 }

h5
 {
  color: #00CC00 ;
 }

strong
 {
  color: red ; 
  font-weight: bold ;
  font-size: 120% ;
 }

em
 {
  font-weight: bold ;
  font-style: normal ;
  color: #FFCC00 ;
 }
 
span.hummer
 {
  font-weight: bold ;
  font-style: italic ;
  color: #33CCFF ;
 }
 
span.jaguar
 {
  font-weight: bold ;
  font-style: italic ;
  color: #CC6600 ;
 }
 
span.death
 {
  font-weight: bold ;
  font-style: italic ;
  color: #FFFFCC ;
 }
 
span.dog
 {
  font-weight: bold ;
  font-style: italic ;
  color: red ;
 }
 
span.storm
 {
  font-weight: bold ;
  font-style: italic ;
  color: silver ;
 }
 
span.way
 {
  font-weight: bold ;
  font-style: italic ;
  color: #950095 ;
 }
 
span.serpent
 {
  font-weight: bold ;
  font-style: italic ;
  color: #33ff33 ;
 }
 

/***  Link styles  ***/

a:link
 {
  color: #FF0000 ;
  font-weight: bold ;
 }

a:active
 {
  color: #FFFF00 ;
  font-weight: bold ;
 }

a:visited
 {
  color: #3366FF ;
  font-weight: bold ;
 }


/*** Table styles ***/

caption
 {
  font-weight: bold ;
 }

th
 {
  font-weight: bold ;
  color: #FFCC00 ;
 }


/***  General styles  ***/

.notes
 {
  font-family: Arial, Helvetica, Verdana, sans-serif ;
  font-size: 80% ;
 }
