html, body {
  font-style: normal;
  background-position: left top;
  text-transform: none;
  text-align: center;  /* for IE */
  width: 100%;
  height: 100%;
  background: #ddccbb url(images/sand.jpg) repeat;
  font-weight: normal;
  font-family: Verdana,Sans,sans-serif;
  line-height: 150%;
  color: #000000;
}
#container {
  width: 756px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  /* counter the centering for IE */
}
.contentbox {
  border-style: solid;
  border-color: #000000;
  padding: 5px;
  background-color: #ffffdd;
  margin-top: 1ex;
  color: #000000;
}
.contentbox A:link {color: #0000cc;}
.contentbox A:visited {color: #0000cc;}
.contentbox A:active {color: #6666cc;}
.contentbox A:hover {color: #6666cc;}
.darkbox {
  border-style: solid;
  border-color: #000000;
  padding: 5px;
  background-color: #000000;
  background-image: url(images/twinkling.gif);
  margin-top: 1ex;
  color: #dddddd;
}
.darkbox A:link {color: #22eeff;}
.darkbox A:visited {color: #22eeff;}
.darkbox A:active {color: #bbbbbb;}
.darkbox A:hover {color: #bbbbbb;}
.header {
  padding: 5px;
  font-weight: bold;
  display: block;
  background-color: #556666;
  color: #ffffff;
  margin-top: 2px;
  margin-bottom: 8px;
}
.para {
  padding: 0px 2px;
  margin-top: 2px;
  margin-bottom: 8px;
}
.pagequote {
  padding: 1ex 2em;
  font-family: verdana,sans,sans-serif;
  font-size: x-large;
  font-style: italic;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: thick;
  border-bottom-style: solid;
  border-bottom-width: thick;
  text-align: center;
}
.titleboxbox {
  display: block;
  background-color: #ffffff;
  padding: 4px;
}
.titlebox {
  font-family: Helvetica,Arial,sans-serif;
  font-size: large;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  display: block;
  border-style: solid;
  border-color: #000000;
  padding: 5px;
  white-space: nowrap;
}
