    body { 
      font-family: "Trebuchet MS", "Times New Roman", sans-serif; 
      font-size: 10pt;
      }
    table { margin-left: 30px; border-collapse: collapse;  border: 2px black solid;}
    th { text-align: center; font-weight: bold; padding-left: 1em; padding-right: 1em; border: 2px black solid; }
    td { 
      text-align: center;
      border: 1px solid;
      border-right: 2px black solid;
      font-size: 10pt;
      }
    h4 {
      font-size: 12pt;
      text-align: center;
      }
    h5 {
      font-size: 10pt;
      }
    .techtab {
      width: "90%";
      font-family: "Courier New", "Courier";
      }
    .param1 {
      vertical-align: "top";
      width: "25%";
      text-align: "left";
      }
    .param2 {
      text-align: "left";
      width: "*";
      }
    .technote {
      margin-left: 30px;
      }
    .navblock {
	  float: left;
	  width: 33%;
	  }
    .picblock {
	  float: center;
          text-align: center;
	  }
    .midblock {
	  float: left;
	  width: 33%;
	  border: none;
	  }  
    .box {
      border: 2px silver solid;
      width: "80%";
      align: center;
      text-align: center;
      }
    a:link { color: blue }
    a:visited { color: blue }
    a:active { color: lime }