p {
  text-align: justify;
  text-justify: auto;
}

li {
  text-align: justify;
  text-justify: auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

a, a:visited {
  color: #005242;
}

a:hover {
  color: white;
  background-color: #005242;
  text-decoration: none;
}

hr {
  width: 100%;
}

img {
  border-color: black;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 5px;
}

img.border {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

td {
  empty-cells: show;
}

div.menu {
  border-color: white;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

div.menuitem {
  position: relative;
  top: -7px;
}

h3.menuhead {
  background-color: #005242;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: -15px;
}

a.menuitem, a.menuitem:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

a.menuitem:hover {
  color: #005242;
  background-color: white;
  font-weight: bold;
  text-decoration: none;
}

a.letter, a.letter:hover {
  color: #005242;
  padding-left: 30px;
  padding-right: 30px;
  border-color: #005242;
  border-bottom-style: solid;
  border-top-style: solid;
  border-width: 3px;
  background-color: white;
  font-weight: bold;
}
