body {
	background-color: #C7C1BC;
	width: 90%;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
}
img {
  Max-width: 100%;
}
h1 {
  font-size: 26px;
  color: #02417D;
}
h2 {
  font-size: 22px;
  color: #02417D;
}
h3 {
  font-size: 18px;
  color: #99918B;
}
#navbar {
  overflow: hidden;
  background-color: #02417D;
  position: fixed;
  top: 0;
  width: 90%;
  font-size: 14px;
  text-align: center;
}
#main {
  background-color: white;
  padding: 184px 20px 75px 20px;
  font-size: 16px;
}
#footer {
  background-color: #02417D;
  position: fixed;
  bottom: 0;
  width: 90%;
  color: white;
  padding: 0;
  margin-top: 10px;
  font-size: 10px;
}
#navbar a {
  float: left;
  display: inline-block;
  color: white;
  text-align: center;
  margin: 0;
  padding: 10px 10px;
  text-decoration: none;
}
#navbar a:hover {
  background-color: #0B56A4;
  color: red;
}
#main img {
  border: 2px solid #02417D;
}
#main p {
  line-height: 175%;
}
#main ul {
  line-height: 150%;
  font-size: 14px;
}
#footer p {
  float: left;
  padding: 0 0 0 10px;
}
#footer img {
  float: right;
  padding: 5px;
}
.active {
  background-color: red;
}