body {
  background: url(images/banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: FCFCDE;
  margin: 0;
  font-family: arial;
  color: #063771;
}
.footer {
  padding-top: 5px;
  font-size: 60%;
  color: #666666;
}
a {
  color: #063771;
}
a.nav {
  text-decoration: none;
}
a:hover.nav {
  text-decoration: underline;
}
.content {
  font-size: 75%;
}
h2 {
  font-size: 150%;
  font-weight: bold;
}
