body{
  background : #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-size : 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url(index_files/backgnd.gif);
  min-width: 770px; 
  /* Internet Explorer doesn't accept min-width therefore we 
   use the following Dynamic Expression to set the width */
  width:expression(document.body.clientWidth < 850 ? "770px" : "100%" );
}

.subheading{
  padding: 0px;
  padding-right: 0px; 
  padding-left: 0px;
  font-family: Century;
  font-size: 18pt;
  text-align: center;
  font-weight: bold;
  color: green;
}

.heading{
  padding: 0px;
  padding-right: 0px; 
  padding-left: 0px;
  font-family: Century;
  font-size: 36pt;
  text-align: center;
  font-weight: bold;
  color: green;
}
