 /* Place your CSS styles in this file */

  @media print {
          h3 {page-break-before: always;}
  }
  table, th, td {
    border: 1px solid green;
    border-radius: 10px;   
  }

  td {
    vertical-align: top; /* aligns the text to the top of the cell */    
    border-color:transparent; 
  }

  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;
  }              

  ol { 
  color:green; 
  }
  
  