body {
  background-color: white;
}

a:link, a:visited {
  text-decoration: underline;
  color: blue;
}

a:hover {
  text-decoration: none;
}

a.sidenav:visited, a.sidenav:link {
  color: navy;
  text-decoration: none;
  font-weight: bold;
}

a.sidenav:hover {
  color: #b96e1c;
}

a.topnav:link, a.topnav:visited {
  color: white;
  text-decoration: none;
}

a.topnav:hover {
  color: yellow;
  text-decoration: none;
}

.blurbtopic {
  background-color: #f6fcb2;
  color: black;
  font-weight: bold;
}

.pagetitle{
  color: navy;
  font-weight: bold;
  font-size: 18px;
}

span.topnav {
  color: navy;
  word-spacing: 15px;
}

.sides {
  background-color: aliceblue;
}

.subtopic {
  color: navy;
  font-size: 16px;
  font-weight: bold;
}

table {
  background-color: white;
  color: black;
  width: 90%;
  font-size: 16px;
  border-left: solid 5px #f6fcb2;
  border-right: solid 5px #f6fcb2;
}

td {
  vertical-align: top;
}

tr.footer {
  background-color: #f6fcb2;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

td.logo {
  background-image:url('images/mice.jpg');
  font-size: 20px;
  text-align: right;
  vertical-align: top;
}

td.motto {
  color: grey;
  font-size: 20px;
  text-align: right;
  vertical-align: top;
}

.topic {
  color: navy;
  font-weight: bold;
  font-size: 20px;
}

ul {
  list-style-type: square;
}