body {
  background-color: navy;
  margin: 20px;
  color: black;
  font-size: 18px;
}

a.noticenav:link, a.noticenav:visited {
  text-decoration: underline;
  color: blue;
}

a.noticenav:hover {
  text-decoration: none;
}

a.navlink:link, a.navlink:visited {
  text-decoration: none;
  color: navy;
}

a.navlink:hover {
  background-color: navy;
  color: white;
  text-decoration: none;
}

a:link, a:visited {
  color: navy;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.announc {
  font-weight: bold;
}

.bottomnav {
  font-size: 14px;
  text-align: center;
}

.footer {
  margin-left: 10px;
  text-align: center;
  margin-top: 10px;
}

.notice {
  background-color: blue;
  color: white;
}

.noticetopic {
  color: white;
  font-weight: bold;
}

.nav {
  border-top: medium solid navy;
  border-bottom: medium solid navy;
  color: navy;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin: 10px;
  background-color: white;
}

.pagetitle {
  color: navy;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}

span.announc {
  font-weight: bold;
}

table {
  background-color: white;
}

th.info {
  color: white;
  background-color: navy;
}

  td.info {
  border: navy 2px solid;
}

.main {
  margin: 10px;
}

.navspacing {
  padding: 10px;
}

td {
  padding: 10px;
  vertical-align: top;
}

.subtopic {
  font-weight:bold;
  color: navy;
  font-style: italic;
  font-size: 19px;
}

.topic {
  font-size: 20px;
  font-weight: bold;
  color: navy;
}