/* 
 * HoL - Human Occupied Landfill.  Live it, love it.
 * Black background, white text, gritty look.  Titles in Courier font. 
 */
 
body
 {
  background: black ;
  color: white ;
 }
 
strong
 {
  color: red ;
 }
 

/* Heading styles */

h1, h2, h3, h4, h5, h6
 {
  font-family: "Courier New", Courier, monospace ;
 }

h5
 {
  color: #dddddd ;
  font-size: 12pt ;
 }


/* Link styles */

a:link
 {
  color: #CCCCCC ;
 }

a:visited
 {
  color: #666666 ;
 }

a:active
 {
  color: #FF0000 ;
 }


/* Division styles */

div.masthead
 {
  font-family: "First Grader", "Comic Sans MS", fantasy ;
 }

div.footnotes
 {
  font-size: 9pt ;
 }
