body {

  background-color: #bac375;

  margin: 010%;

  font-family: sans-serif;

}


h1 {

  color: #905c0a;

  text-align: center;

  font-family: serif;

  text-transform: uppercase;

  border-bottom: 1px solid #905c0a;

  margin-top: 30px;

}



h2 {

  color: #905c0a;

  font-size: 1em;

}


p {

  font-family: Verdana, serif;

}

li {

  font-family: Verdana, serif;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


a:link {
  color: ;
  text-decoration: none;
  /* "none" =  no underline */
}

a:hover {
  color: ;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* ////////// NAV LINKS /////////*/
nav {
height: 3em;
padding: 1em 0;
letter-spacing: 2px;
font-size: 1.5em;
font-weight: 100;
text-align: center;
border-radius: 10px;
letter-spacing: .8px
}

/* unvisited link */
nav a:link {
color: #ffffff;
background-color:#838a4e;
border-radius: 3px;
text-decoration:none;
}
/* visited link */
nav a:visited {
color: #ffffff;
background-color:#838a4e;
border-radius: 6px;
}
/* mouse over link */
nav a:hover {
color: #ffffff;
background-color:#a7b165;
}

/* selected link */
nav a:active {
color: rgb(255, 255, 255);
}