 /* Place your CSS styles in this file */

  @media print {
          h3 {page-break-before: always;}
  }

  h3 {color:green;}
  h2 {color:green;}
  #p01{color:red;}
  #p02{color:green;}

  .divx {
  width: 10px;
  height: 10px;
  padding: 1px;
  border: 1px solid gray;
  margin: 0;
  }

  sup { 
  color: green; 
  font-size: 14px;
  }

  b { 
  color:green; 
  font-size: 14px;
  }

  td {
  vertical-align: top; /* aligns the text to the top of the cell */
  height: 80px;
  width: 350px;
  }                

  body {
    background-color: white;
  } 
 