  BODY
  {
    background: white;
    color: black;
    font-family: helvetica, arial;
    font-size: 10pt;
  }
  
  TD
  {
    font-size: 10pt;
    font-family: helvetica, arial;
  }
  
  TABLE
  {
    border: none;   
  }
  
  A
  {
    color: green;
  }
  
  A.headings4
  {
    color: red;
  }
  
  P
  {
    text-align: justify;
    padding: 1em 2em;
  }
  
  PRE I
  {
    color: green;
  }
  
  PRE B
  {
    color: #99bbff;
  }

  .headings1
  {
    color: black;
    font-size: 36pt;
    background: #99bbff;
    border-style: outset;
    border-width: 2;
    border-color: blue;
  }

  .headings2
  {
    font-size: 12pt;
    font-weight: 700;
    background: #99bbff;
    border-style: outset;
    border-width: 1;
    border-color: blue;
  }

  .headings3
  {
    font-size: 12pt;
  }
  
  .headings4
  {
    font-weight: 700;
    color: #99bbff; 
  }
  
  .cartouche
  {
    text-align: center;
    color: blue;
    
    background: #99bbff;
    border-style: outset;
    border-width: 1;
    border-color: blue;
  }
  
  .cartouche A
  {
    color: blue;
  }