body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: x-large;
  color: black;
  border: 0;
  margin: 0;
  padding: 0;
  background: #e0f8f8 url(page_bg.gif) repeat-x top;
}

div#pageframe {
  border: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

div#content {
  background: white;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}

div#frametl {
  background: url(frame_tl.gif) no-repeat top left;
  height: 20px;
}

div#framet {
  margin-left: 20px;
  margin-right: 20px;
  background: url(frame_t.gif) repeat-x top;
  height: 20px;
}

div#frametr {
  background: url(frame_tr.gif) no-repeat top right;
  height: 20px;
}

div#framebl {
  background: url(frame_bl.gif) no-repeat bottom left;
  height: 20px;
}

div#frameb {
  margin-left: 20px;
  margin-right: 20px;
  background: url(frame_b.gif) repeat-x bottom;
  height: 20px;
}

div#framebr {
  background: url(frame_br.gif) no-repeat bottom right;
  height: 20px;
}

div#framel {
  background: url(frame_l.gif) repeat-y left;
}

div#framer {
  background: url(frame_r.gif) repeat-y right;
}

p {
  margin: 0;
  margin-bottom: 0.5em;
}

p.left {
  text-align: left;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}
