div.panel {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #004000;
  padding: 0 1em 1em 1em;
  width: 35%;
  margin-bottom: 10px;
  }
div.panel h2 {
  font-size: small;
  margin-top: 0;
  margin-bottom: 0;
  }
table.calendar {
  background-color: #ffffff;
  color: #000000;
  border: solid #004000;
  border-width: 0 2px 2px 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 75%;
  text-align: center;
  }
table.calendar td.caption {
  background-color: #ddddcc;
  color: #000000;
  border-top: 2px solid #004000;
  border-bottom: 2px solid #004000;
  font-weight: bold;
  font-size: small;
  }
td.dateheadwkd {
  color: #0088aa;
  background-color: #ffffff;
  }
td.dateheadwend {
  color: #aa3300;
  background-color: #ffffff;
  font-weight: bold;
  }
.somefin {
  background-color: #ffee00;
  color: inherit;
  }
td.somefin a {
  text-decoration: none;
  font-weight: bold;
  color:#007700;
  background-color: inherit;
  }
td.monthname {
  color: #0088aa;
  background-color: inherit;
  text-align: left;
  }
td.yearheader {
  font-weight: bold;
  text-align: left;
  color: #006699;
  background-color: inherit;
  }
table.event {
  margin-bottom: 1em;
  width: 100%;
  }
table.event td.caption {
  background-color: #ddddcc;
  color: inherit;
  font-size: larger;
  font-weight: bold;
  text-align: left;
  padding-left: 1em;
  }
td.event-writeup {
  padding: 1em 1em 0 1em;
  }
td.event-photo {
  width: 160px;
  text-align: center;
  }
td.event-photo2 {
  text-align: center;
  }
table.event td.event-photo img, table.event td.event-photo2 img {
  border: 1px solid #004000;
}
div.menu-extra {
  width: 110px;
  text-align: center;
  }
div.menu-extra p.heading{
  background-color: #ddddcc;
  color: inherit;
  margin-top: 2em;
  }

span.contact {
  font-style: oblique;
  margin-left: 3em;
  display: block;
  }
