body
  {
  padding: 2em;
  font-family:
    "Bookman Old Style",	/* Windows, MacOS */
    "Serifa BT",		/* Windows XP. Not the same font,
				   but the overall look is close enough. */
    "URW Bookman L",		/* Unix+X+FontConfig */
    "itc bookman",		/* Unix+X */
    times,			/* Unix+X, MacOS */
    serif;
  color: #bfb897;
  background-image: url(hmBg.jpg);
  background-color: #35301a;
  }

p
  {
  margin-bottom:0.08in;
  }


h1
  {
  text-align: center;
  color: #408040;
  border-bottom: 3px solid #408040;
  }

h2
  {
  color: #FF9900;
  }
h3
  {
  color: #FFcc00;
  }

.menu 
  {
  font-family:"Copperplate Gothic Light","sans-serif";
  }      
a 
  {
  color:#FF9900;
  text-decoration:none;
  }      
a:visited 
  {
  color:#FF6600;
  }
a:hover
  {
  color:#FFFF00;
  text-decoration:underline;
  }   

.announce 
  {
  color: #bFb897;
  font-size: 32pt;
  font-family: "Haunt AOE", 
                Chiller, 
                Creature, 
                "Copperplate Gothic Bold", 
                sans-serif;
  text-align: center;
  }

.btw
  {
  color: #bFb897;
  font-size: 10pt;
  text-align: center;
  }
.btw a
  {
  color: #bFb897;
  text-decoration:none;
  border: 1px dashed #bFb897;
  }
.btw a:hover
  {
  color:#FFFF00;
  text-decoration:underline;
  }

.note
  {
  color: #FFcc00;
  font-size:   12pt;
  font-family:"Copperplate Gothic Light","sans-serif";
  text-align:  center;
  margin:  1.00em 7.0em 1.00em 7.0em;
  padding: 0.13em 0.5em 0.13em 0.5em;
  border-top:    5px ridge #bFb897;
  border-bottom: 5px groove #bFb897;
  }

.linkbanner
  {
  text-align:  center;
  margin: 1em 1em 2em 1em;
  }

.linkbanner a, .linkbanner a:visited
  {
  color: #bfb897;
  text-decoration:none;
  }

.linkbanner a:hover
  {
  color: #FFFF00;
  text-decoration:underline;
  }

.linkbox
  {
  border:3px solid; 
  padding:9px 9px 9px 9px;
  }

@media print
  {
  body
    {
    color: #5e5b4b;
    background-color: #ffffff;
    background-image: none;
    }
  h2 {color: #804c00;}
  h3 {color: #806600;}
  a  {color: #804c00;}
  a:visited {color: #803300;}
  .announce {color: #5e5b4b;}
  .linkbanner a, .linkbanner a:visited {color: #5e5b4b;}
  .btw, .btw a {color: #5e5b4b;}
  .note {color: #806600;}
  }
