/*Change the standard link colors to something more appealing */

a:visited { 
    color: #8FBC8F; 
} 

a:link {
   color: #4682B4 ;
}

BODY {
  font-size: 12pt` ;
  color:  #BDB76B ;
  /*text-indent: 3em;   i.e., 36pt */
  background: url("/.images/halloweenskelebac4.jpg");
}


H1 {
  font-weight: normal;
  font-size: 26pt`;
  font-variant: normal;
  font-style: normal
}

H2 {
  font-weight: normal;
  font-size: 14pt;
  font-variant: normal;
  font-style: normal
}


LI {
  font-weight: normal;
  font-size: 12pt`;
  font-variant: normal;
  font-style: normal
}
