body {
  background-color: white;
  margin: 25px;
}

nav {
  text-align: center;
  font-size: 16px;
  border-bottom-style: outset;
  padding: 5px;
  vertical-align: middle;
}  

img.nav {
  max-width: 70%;
  max-height: 100px;
}

h1 {
  color: #39ac39;
  text-align: center;
  font-family: calibri;
  font-weight: bold;
  font-variant: small-caps;
}

h2 {
  color: #527a7a;
  text-align: left;
  font-family: calibri;
  font-style: italic;
  font-weight: bold;
}

h3 {
  font-family: arial;
  font-size: 14px;
  margin-left: 15px;
  font-weight: bold;
}

h6 {
  color: black;
  text-align: left;
  font-family: arial;
  font-weight: 100;
}

p {
  font-family: arial;
  font-size: 14px;
  margin-left: 15px;
}

div {
  font-family: arial;
  font-size: 14px;
  margin-left: 15px;
}

a:link {
  color: #0073e6;
}

a:visited {
  color: #0073e6;
}

a:hover {
  color: #339933;
  text-decoration: none;
}

a.nav:link {
  color: #4f50f8;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-family: calibri;
  text-transform: uppercase;
}

a.nav:visited {
  color: #4f50f8;
  text-decoration: none;
  font-weight: bold;
}

a.nav:hover {
  color: #7e7e7e;
  text-decoration: none;
  font-weight: bold;
}

ul, li {
  font-family: arial;
  font-size: 14px;
}

table, tr, td {
  font-family: arial;
  font-size: 14px;
  margin-left: 15px;
}