body {
  text-align:center;
  font-size=100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

h1 {
  font-weight: bold;
  font-size: 2.5em;
  color: black;
}

h2 {
  font-weight: bold;
  font-size: 1.5em;
  color: black;
}

#flight {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
#flight th.storm {
  font-weight: bold;
  font-size: 2.5em;
  color: white;
  border: 1px solid black;
  background-color: #b34700;
  text-align: center;
  height: 50px;
}
#flight th.date {
  font-weight: bold;
  font-size: 1.5em;
  background-color: #ffa366;
  color: white;
  border: 1px solid black;
  text-align: center;
  height: 30px;
}
#flight th.data {
  font-weight: bold;
  font-size: 1.0em;
  background-color: #ffe0cc;
  color: black;
  border: 1px solid black;
  text-align: center;
  height: 20px;
}
#flight td {
  font-weight: normal;
  font-size: 1.0em;
  background-color: #ffffff;
  color: black;
  border: 1px solid black;
  text-align: center;
  height: 20px;
}
#flight td.empty {
  font-weight: normal;
  font-size: 1.0em;
  background-color: #000000;
  color: black;
  border: 1px solid black;
  text-align: center;
  height: 20px;
}

