h1 {
  font-family: arial;
  color: white;
  text-align: center;
  background: #CF1C44;
}
h2 {
  font-family: arial;
  color: #0B9446;
  font-size: 25px;
  text-align: center;
}
h3 {
  font-family: arial;
  color: white;
  text-align: center;
  background: #CF1C44;
}
p {
  font-family: arial;
  color: #0B9446;
  font-size: 20px;
  text-align: center;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #0B9446;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  font-family: arial;
  text-align: center;

  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #CF1C44;
}

td {
  font-family: arial;
  color: #0B9446;
}