body {
  font-family: Arial;
  font-size : 10pt;
  font-weight: normal;
     }
td {
  font-family: Arial;
  font-size : 10pt;
  font-weight: normal;
     }

H1 {
    font-family : Arial;
    font-size : 10pt;
    font-style: normal;
    font-weight: bold;
    color : red;
   }
   
H2 {
    font-family : Arial;
    font-size : 10pt;
    font-style: normal;
    font-weight: normal;
    color : #E84C00;
   }
   
em {
    font-family : Arial;
    font-size : 10pt;
    font-style: normal;
    font-weight: normal;
    color : #E84C00;
   }

  A {
  color: #033F92;
  letter-spacing: normal;
  font-family: Arial;
  font-weight: normal;
  font-variant: normal;
  font-size: 10pt;
  font-style: normal;
  text-decoration: underline;
    }

  A:hover {
  color: #E27F00;
  letter-spacing: normal;
  font-family: Arial;
  font-weight: normal;
  font-variant: normal;
  font-size: 10pt;
  font-style: normal;
  text-decoration: none;
    }
