BODY {
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: medium;
  color: black;
  background: white repeat scroll left top;
  word-spacing: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  text-indent: 0%;
  line-height: normal;
  vertical-align: baseline;
  border-style: none
  margin: 0;
  padding: 0;
}
DIV.page {
  margin: 1em;
  padding: 1em;
}
DIV.header {
  font-family: cursive;
  font-weight: bold;
  font-size: xx-large;
  color: blue;
  background: #ffffee repeat scroll left top;
  text-align: center;
  border: thin dotted red;
  padding: 1em;
}
DIV.main {
}
DIV.info {
  border-top: thin dotted red;
  margin-top: 1em;
}
DIV.footer {
  font-size: smaller;
  color: darkgray;
  text-align: center;
  border-top: thin dotted lightblue;
  margin-top: 1em;
  padding-top: 0.5em;
}

