th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #46447d;
  font-size: 14px;
}

h1 {
  color: #46447d;
  text-align: center;
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}

h2 {
  color: #46447d;
  text-align: center;
  font-size: 18px;
  margin: 0;
}

hr {
  margin: 0 10px;
  height: 1px;

  color: #000;
}

a:link {
  color: #735E39;
  text-decoration: underline;
}

a:visited {
  color: #735E39;
  text-decoration: underline;
}

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

#header {
  width: 100%;
  background: #46447d;
  color: #46447d;
  font-size: 24px;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px;
}

#footer {
  width: 100%;
  height: 20px;
  background: #46447d;
  padding: 3px 0px 0px 0px;
  margin-top: 40px;
  text-align: right;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a:link {
  color: #ffffff;
  text-decoration: none;
}
