BODY { background-color: lightblue; }
H1 {font-family: cursive; text-align: center; font-size: 24pt;}
DT {font-weight: bold;}
DIV.shadedbox {
  background-color: seagreen;
  padding: 12pt 12pt 12pt 12pt;
  margin: 12pt 12pt 12pt 12pt;
  border-style: solid;
}
.shadedboxtitle {
  text-align: center;
  font-size: 18pt;
}
.photo {
  display: inline;
}
DIV.inset {
  float: left;
  background-color: #FFFF66;
  border-style: solid;
  padding: 12pt 12pt 12pt 12pt;
  margin: 12pt 12pt 12pt 12pt;
}
CAPTION {
  caption-side: bottom;
  text-align: center;
  font-style: italic;
  border-style: double;
}
.tabletitle {font-size: 18pt;}
TD.phototable {padding-bottom: 18pt;}
