A {
   font-family: Arial;
   font-size: 10pt;
   text-decoration: underline;
   color: #004CA5;
  }

A:Hover {
  text-decoration: underline;
  color: red;
}

p {
   font-family: Arial;
   font-size: 10pt;
   color: #000000;
  }

h1 {
   font-family: Arial;
   font-size: 14pt;
  }

h2 {
   font-family: Arial;
   font-size: 12pt;
  }

h3 {
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
  }

body {
   background-color: White;
   }