body
{
  background: #fee;
  margin: .5in;
}

tr:nth-child(odd)
{
  background: #eff;
}

.map
{
  float: right;
}

.map,
#page img
{
  margin: 1em .5in;
}

#content
{
  overflow: hidden;
}

#page h1
{
  text-align: center;
}

#page h1 + h1
{
  font-size: 125%;
  font-style: italic;
}

#page h1 + h1 + h1
{
  font-size: 150%;
  font-style: normal;
}

#page img
{
  float: left;
}
