body {
  background-color: rgb(77,87,119);
  font-family: Lato Light, Lato, Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding-left: 10%;
  padding-right: 10%;
}

a:link, a:active {
  color: rgb(234,195,129);
  text-decoration: none
}

a:visited {
  color: rgb(162,135,89);
  text-decoration: none
}

a:hover {
  color: rgb(234,195,129);
  text-decoration: underline; 
}

p.nav {
  line-height:200%;
  font-variant: small-caps;
}

p.title {
  font-size: 250%;
  line-height: 1%;
  font-variant: small-caps;
}
