body {
  background-color: #cfcfcf;
  text-align:center;
}

h1   {
  color: #01496e;
  font-family: 'Sofia';font-size: 22px;
}

h3   {
  color: #000000;
  font-family: 'Times New Roman', serif;
}

p    {
  color: #252525;
  font-family: 'Times New Roman', serif;
}

ul {
  list-style-type: none;
  font-family: 'Times New Roman', serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f0f1f2;
}

li {
  float: right;
}

li a {
  display: inline-block;
  font-family: 'Times New Roman', serif;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #e1e9ed;
}

.active {
  background-color: #e1e9ed;
}
