@media screen 
  {
    body 
    {
      font-family: Arial;
      font-size: 100%;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-transform: none;
      font-variant: normal;
      color: #0066CC;
    }
    td 
    {
      font-family: "MS Sans Serif", Geneva, sans-serif; 
      font-size: 85%; 
      color: '#0066CC';
    }
    th 
    {
      font-family: "MS Sans Serif"; 
      font-size: 85%; 
      color: '#0066CC';
      font-weight : bold;
    }
  }
@media print 
  {
    body 
    {
      font-size: 80%;
      color: Black;
      font-family : Times New Roman;
    }
    h2 
    {
      font-size: 150%;
      font-weight: bolder;
      color:black;
      font-family : Times New Roman;
    }
    h3 
    {
      font-size: 100%;
      color: black;
      font-family : Times New Roman;
    }
    td 
    {
      font-family: Arial; 
      font-size: 80%; 
      color: black
    }
  }

