  <style>
 
  h1{
  text-align: center;
  }
  h2{
  text-align: center;
  }
  
  h3{
  text-align: center;
  }
  h3.left{
  text-align: left;
  }
  
  div #LR {
  position: absolute;
  bottom: 0px;
  right: 0px;
  }
  
  
  body.plain{
  color: gold;
  background-color: #080;
  font-family: Georgia, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
  }
  
  		@page { size: 8.5in 11in; margin: 0.79in }
		P { margin-bottom: 0.08in; direction: ltr; color: #000000; text-align: left; widows: 0; orphans: 0 }
		P.western { font-family: "Times New Roman", serif; font-size: 12pt; so-language: en-US }
		P.cjk { font-family: "Times New Roman", serif; font-size: 12pt }
		P.ctl { font-family: "Times New Roman", serif; font-size: 10pt }
		TD P { margin-bottom: 0in; direction: ltr; color: #000000; text-align: left; widows: 0; orphans: 0 }
		TD P.western { font-family: "Times New Roman", serif; font-size: 12pt; so-language: en-US }
		TD P.cjk { font-family: "Times New Roman", serif; font-size: 12pt }
		TD P.ctl { font-family: "Times New Roman", serif; font-size: 10pt }

  div#leftdiv{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 800px;
  background-color: ivory;
  color: #456;
  border-right: thin solid red;
  }
  div#centerdiv{
  position: absolute;
  left: 61px;
  top: 81px;
  width: 1160px;
  height: 100%;
  background-color: #456;
  color: ivory;
  border-top: thin solid red;
  }
  div#rightdiv{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 800px;
  background-color: ivory;
  color: #456;
  border-left: thin solid red;
  }
  div#floatnotice{
  font-size: 10px;
  }
  
  button.closebutton{
  position: absolute; 
  left: 5px; 
  top: 5px;
  cursor: pointer;
  color: white;
  background-color: #400;
  font-family: MS Comic Sans, Verdana, sans-serif;
  font-weight: 900;
  }
  
  button.blue{
  cursor: pointer;
  color: white;
  background-color: navy;
  font-weight: 800;
  }
  
    button.gold{
  cursor: pointer;
  color: navy;
  background-color: gold;
  font-weight: 800;
  }

  .blood {color: #600;}
  .ivory {color: ivory;}
  .red {color: red;}
  .green {color: #0C0;}
  .navy {color: navy;}
  .greenwide {color: #0C0; height: 10px;}
  .yellowbg {background-color: yellow;}
  
  .blackbox {border: thin solid red; background-color: gold; cursor: pointer;}
  
  .18bold{
  font-size: 18px;
  font-weight: 800;
  color: navy;
  }
  
  hr.blue{
  color: navy;
  height: 8px;
  }
  
    hr.gold{
  color: gold;
  height: 8px;
  }

  
  p.ivorysmall{
color: navy;
font-size: 15px;
font-weight: 700;
background-color: ivory;
border: thick double #900;
padding: 5px;
}
  ul.ivorysmall{
color: navy;
font-size: 15px;
font-weight: 700;
background-color: ivory;
border: thick double #900;
padding: 5px;
}
  .counter{color: #600;
  position: absolute;
  left: 10px;
  bottom: 10px;
  }
    .goldcounter{color: gold;
  position: absolute;
  left: 10px;
  bottom: 10px;
  }

  a {cursor: pointer;
  a:link{color: blue;}
  a:visited{color: blue;}
  a:hover{color: white;}
 
  </style>
