
#navigation {
  font-size: 82%;font-weight:900;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited {
  margin-right: 0.2em;
  padding: 0.2em 0.6em 0.2em 0.6em;
  color: #A62020;
  background-color: #fcd6ca;
  text-decoration: none;
  border-top: 5px solid #ffee00;
  border-left: 5px solid  #ffee00;
  border-bottom: 5px solid #711d01;
  border-right: 5px solid #711d01;

}

#navigation a {
  width: 100%;
}

#navigation a:hover {

  border-top: 5px solid #711d01;
  border-left: 5px solid  #711d01;
  border-bottom: 5.5px solid #ffee00;
  border-right: 5px solid #ffee00;

}

