body {
  background: #FFFAF8 url(../img/logo_ul.gif) no-repeat left bottom;
  margin: 0;
  padding: 0;
  font: italic 12px Arial, Helvetica, sans-serif;
  color: #BF0B5A;
  width: 470px;
  height: 490px;
}
h1 {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #BF0B5A;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-right: 20px;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  color: #BF0B5A;
  margin: 0px;
  margin-right: 20px;
}
p {
  margin-top: 0px;
  margin-bottom: 1.5em;
  margin-right: 20px;
  text-align: left;
}
div {
  position: absolute;
  bottom: 10px;
  left: 110px;
  width: 360px;
}
ul {
  padding: 0px;
  list-style: none;
  color: #BF0B5A;
  margin: 0px 0px 2em;
}
ul li {
  background: url(../img/pinkdot.gif) no-repeat left 6px;
  padding: 0px 0px 0px 10px;
  margin-bottom: 0.5em;
  margin-right: 20px;
}
ol {
  position: relative;
  left: -40px;
  margin-top: 0px;
  list-style: decimal inside;
}
ol li { margin-bottom: 0.5em; }
