body {
  background: white;
  font-family: verdana, arial, sans-serif;
  font-size: 8px;
}

p {
  text-align: justify;
}

A:link, A:visited {
  color: #660000;
}

A:active, A:hover {
  color: #660000;
  font-weight: bold;
}

img {
  border: none;
}

table {
  /*margin-top: 1em;*/
  border: thin ridge black;
}

td {
  vertical-align: top;
  border: none;
}

dt {
  margin-top: 1em;
  font-weight: bold;
}

.heading {
  background: #660000;
  color: white;
  border: thin solid black;
  font-size: 14px;
  font-weight: bold;
}

/* banner styles */
.banner {
  background: #cccc99;
  color: #660000;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.banner em {
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
}

/* menu styles */
.menu {
  background: #cccc99;
  color: #660000;
  font-size: 10px;
}

.menu ul {
  text-indent: 0.0em;
  list-style: square;
}

/* footer styles */
.footer {
  border: none;
  font-size: 9px;
}

.footer p {
  text-align: center;
  background: white;
  color: #660000;
}

.footer em {
  background: white;
  color: #660000;
}

/* main styles */
.main {
  background: white;
  color: #660000;
  font-size: 10px;
}

.main .note {
  float: left;
  vertical-align: top;
  background: white;
  border-right: thick solid gray;
  border-bottom: thick solid gray;
  border-top: thin solid gray;
  border-left: thin solid gray;
  margin: 1em;
  padding: 1em;
}

.main h2 {
  margin-top: 0;
  padding: 0.2em;
  text-align: left;
  color: white;
  background: #666633;
}

.main table {
  border: none;
  color: #660000;
  font-size: 10px;
}

em {
  font-style: italic;
  font-size: 10px;
}

.calendar table {
  background: white;
  font-size: 10px;
  border: thin groove black;
  height: 100%;
}

.events {
  font-size: 10px;
}

.events .colhead {
  text-align: center;
  font-size: 10px;
}

.events .colhead2 {
  text-align: center;
  font-size: 10px;
}

caption {
  font-size: 10px;
  font-weight: bold;
}

.events .colhead {
  background: #cc0000;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.events .colhead2 {
  background: #0000cc;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

.colhead, .rowhead {
  font-weight: bold;
}

.note {
  float: left;
  vertical-align: top;
  background: white;
  border-right: thick solid gray;
  border-bottom: thick solid gray;
  border-top: thin solid gray;
  border-left: thin solid gray;
  margin: 1em;
  padding: 1em;
}

table.grid {
  border: thin ridge gray;
}

table.grid td {
  border: thin groove gray;
}


