
a {
  color: #3E6B66;
  text-decoration: none;
  }

a:visited {
  color: #3E6B66;
  text-decoration: none;
  }

a:hover {
  color: #3E6B66;
  text-decoration: underline;
  }

body {
  background: #E6B771;
  font-size: 14px;
  }

.menu {
  font-size: 18px;
  color: #F6B466;
  border-bottom: 0px solid #999;
  padding: 0px;
  text-align: center;
  }
.menu a {
  color: #F6B466;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  }

.menu a:visited {
  color: #F6B466;
  text-decoration: none;
  }

.menu a:hover {
  color: #F6B466;
  text-decoration: underline;
  }


.headline h4 {
  margin: 0 0 8px 0;
  border-bottom: 1px solid #999;
  background: #E6B771;
  padding: 3px;
  }

.headline p {
  margin: 0 0 15px 0;
  }

