a:hover {
  color: #DD642D;
  text-decoration: underline;
}
.base a:link {
  color: #000000;
  text-decoration: none;
}
.base a:visited {
  color: #000000;
  text-decoration: none;
}
.base a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.base a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.base a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

table.schedule {
  border: 2px solid black;
  font-size: 10pt;
}
table.schedule thead {
  font-weight: bold;
}
table.schedule td {
  padding: 0.2em;
}
table.schedule tbody td {
  border-top: 1px solid black;
}
