body {
	background: white;
	font-size: 62.5%;
	}

a {
  text-decoration: none !important;
  }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.topnav {
  display: none;
  }

#header #background {
  display: none;
  }

th, td {
  border: none;
  }

table.schedule {
  width: 100%;
  margin-bottom: 30px;
  }

table.schedule .time {
  width: 9em;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  }

table.schedule th {
  background-color: silver;
  }

table.schedule tr {
  }

table.schedule td {
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px solid black;
  }

table.schedule .time {
  width: 12em;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  color: #1D4A4F;
  }

#shield {
  float: left;
  }

#footer p {
  margin-left: 100px;
  }

dt {
  font-weight: bold;
  }

#greetings_box {
  float: right;
  width: 150px;
  text-align: center;
  padding: 5px;
  padding-top: 10px;
  line-height: 1.2em;
  }

