body {
  background-image: url("image/gg1162.gif");
  background-attachment: fixed;
  background-color: #FFFFFF;
  color: #336699;
}
h1 {
  text-align: center;
  font-family: cursive;
}
h2 {
  text-align: center;
  font-style: italic;
}
h3 {
  color: white;
  background-color: #00d;
}
.boxhead {
  color: red;
  background-color: #fee;
}
.box { background-color: #eef; }
.wh { background-color: #fff; }
.gr { background-color: #eef; }
.em { color: red; }
.menu {
  font-family: sans-serif;
  font-size: small;
/*  font-size: x-small; */
}
.menuitem {
  border-style: outset;
  background-color: lightyellow;
}
.program dd { font-style: italic; }
.program th {
  background-color: #eef;
  border-style: solid;
  border-width: 1px;
  width: 20%;
}
.program td {
  background-color: white;
  border-style: solid;
  border-width: 1px;
}
.program p { margin: 0pt; }
p.indent { text-indent: 1.5em; }
