html, h1, h2, h3, h4,h5,table  {
  font-family: "gothic.ttf", Helvetica, sans-serif;
}
h1 {
  color: #224466;
  font-size: 200%;
}
h2 {
  color: #224466;
  font-size: 140%;
  font-weight:normal;
}
h3 {
  color: #224466;
  font-size: 120%;
  font-weight:normal;
}
h4 {
  color: #15497d;
  font-size: 100%;
  font-weight:normal;
}
h5 {
  color: #224466;
  font-size: 90%;
  font-weight:normal;
}
table {
  color: #224466;
  font-size: 100%;
  font-weight:normal;
}