a {
  text-decoration: none;
  text-decoration: underline;
  color: white;
  /* font-weight: bold; */
  /* font-size: 14; */
  font-family: arial;
}

a:hover {
  /* text-decoration: none; */
  color: #679f67;
}

.menu {
  width: 500;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 14;
  font-family: arial;

}

.bordered {
  line-height: 1.6;
  padding: 1em;
  max-width: 620px;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  text-decoration: none;
  color: white;
  /* font-weight: bold; */
  font-size: 20;
  font-family: arial;
  font-family: Papyrus, fantasy;
}

.bordered a {
  font-family: Papyrus, fantasy;
}
