body{
  background: #ffffff;
  color: black;
  font-family: Verdana, sans-serif, Lucida, Arial, serif;
  font-size: 10pt;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#centered{
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
#page{
  width: 730px;
  height: 100%;
  border: 0px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
#header{
  font-family: Verdana, sans-serif, Lucida, Arial, serif;
  font-size: 20pt;
  margin-bottom: 0.25em;
}



OL { counter-reset: item }
LI { display: block }
LI:before { content: counter(item) ". "; counter-increment: item }
