/***  "Quetzalcoatl" stylesheet for Mecha!  ***/

body
 {
  background-color: #FFFFCC ;
  background-image: url(chiapbkg.jpg) ;
 }

/***  Font styles  ***/

body, p, ul, ol, li, td
 {
  color: black ;
 }

h1
 {
  text-align: center ;
  font-size: 300% ;
  font-family: Avian, "Clearly Gothic", Arial, Helvetica, sans-serif ;
 }

h2
 {
  color: black ;
  text-align: center ;
  font-family: "Times New Roman", "Times Roman", serif ;
  font-size: 175% ;
 }

h3
 {
  color: black ;
 }

h4
 {
  font-family: Avian, "Clearly Gothic", Arial, Helvetica, sans-serif ;
  color: black ;
 }

h5
 {
  color: #00CC00 ;
 }

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: black ;
 }
 
span.dog
 {
  font-weight: bold ;
  font-style: italic ;
  color: red ;
 }
 
span.storm
 {
  font-weight: bold ;
  font-style: italic ;
  color: gray ;
 }
 
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:visited
 {
  color: #990000 ;
  font-weight: bold ;
 }

a:active
 {
  color: #CC0000 ;
  font-weight: bold ;
 }


/***  General styles  ***/

.notes
 {
  font-family: Arial, Helvetica, Verdana, sans-serif ;
  font-size: 80% ;
 }


/***  Table styles  ***/

caption
 {
  font-weight: bold ;
  font-size: 150% ;
 }


/***  Paragraph styles ***/

/*p.hanging
 {
  margin-left: 5% ; 
 }

p.hanging:first-line
 {
  margin-left: -5% ; 
 }*/