body {
  font-family: calibri, sans-serif;
  line-height: 1.5;
  background-color: #ebe7da;
  color: black;
  font-size: medium;
}

h1,
h2,
h3 {
  font-family: "Times New Roman", sans-serif;
  text-align: center;
}

h1 {
  margin: 0 auto;
  padding: 10px;
  font-size: 2.5em;
  color: #805e48;
}

h2 {
  margin: 0 auto;
  padding: 10px;
  font-size: 2em;
  color: #e0aaa8;
}

h3 {
  margin: 0 auto;
  padding: 10px;
  font-size: 1.5em;
  color: #e0aaa8;
}

p {
  margin: 0 auto;
  border: 0;
  padding: 0;
  font-size: 100%;
}

#navigation {
  padding: 10px;
  text-align: center;
  font-family: "georgia", sans-serif;
  font-size: 100%;
  border-top: solid 2px #805e48;
  border-bottom: solid 2px #805e48;
}

li {
  padding: 10px;
  display: inline;
  list-style-type: none;
}
a:link /* unvisited link */ {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
a:visited /* visited link */ {
  color: #805e48;
  text-decoration: none;
  font-weight: bold;
}
a:hover,
a:active {
  color: black;
  text-decoration: underline;
}

.current {
  color: #805e48;
  text-decoration: underline !important;
}

.wrappwer {
  width: 80%;
  margin: 5px auto;
}
