td, th {
  padding: 75px;
}

h1 {
  font-weight: bold;
  font-size: 45px;
  color: #aab1bf;

  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
}

h2 {
  font-weight: bold;
  font-size: 30px;
  color: #475366;

  margin-left: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}

p, ul {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 22px;
  color: #000000; 

  margin-left: 24px;
  margin-right: 24px;
  margin-top: 4px;
  margin-bottom: 12px;
}

a {
  font-family: MS Courier New, monospace;
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}