HTML, BODY{
  float: none;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #3C546F;
}
DIV{
  float: none;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

P{
  margin: 2px auto;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  text-indent: 20px;
  text-align: justify;
}
