H1 {
    font-family: sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: white;
   }

H2 {
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: white;
   }

P {
   font-family: sans-serif;
   font-size: 8pt;
   color: white
  }

P.black {
         font-family: sans-serif;
         font-size: 10pt;
         color: black;
        }

P.bigger {
          font-family: sans-serif;
          font-size: 10pt;
          color: white;
         }

A {
   font-family: sans-serif;
   font-size: 8pt;
   color: orange;
  }

A.blue {
        font-family: sans-serif;
        font-size: 10pt;
        color: blue;
       }

A.white {
         font-family: sans-serif;
         font-size: 8pt;
         color: white;
         text-decoration: none;
        }

A.bigger {
          font-family: sans-serif;
          font-size: 10pt;
          color: orange;
         }

FORM {
      font-family: sans-serif;
      font-size: 8pt;
      color: black;
     }

INPUT {
       font-family: sans-serif;
       font-size: 8pt;
       color: black;
      }