BODY {
  color: black;
  background: white;
}

A.g {
  color: green;
}

H1.b {
  color: white;
  text-align: center;
  font-size: 140%;
}

H1.g {
  color: green;
  text-align: center;
  font-size: 185%;
}

H2 {
  text-align: center;
  font-size: 125%;
}

H3 {
  background: #eeeeee;
  font-size: 120%;
}

TABLE.menu {
  border-spacing: 0;
  width: 100%;
}

TD.menu {
  font-family: sans-serif;
  background: #dddddd;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
/*  border-left: 1px outset #cccccc;*/
  border-right: 1px outset #cccccc;
  width: 14%;
}

TD.menus {
  font-family: sans-serif;
  color: white;
  background: #3399cc;
/*  background: #eeeeee; */
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  border-top: 2px outset #3399cc;
  border-left: 2px outset #3399cc;
  border-right: 2px outset #3399cc;
  border-bottom: 0;
  width: 14%;
}

TABLE.main {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

TABLE.photo {
  border: none;
}

TD.time {
  white-space: nowrap;
  vertical-align: top;
}

TD.main {
  padding: 0;
  vertical-align: top;
  white-space: nowrap;
  background: #3399cc;
}

SPAN.s {
  background: white;
}

DIV.c {
  text-align: center;
}

DIV.s {
  margin-top: 3em;
}

A.s {
  font-size: 120%;
  color: red;
}

