@import url("common.css");

html
{
  position: static;
  overflow: auto;
  height: inherit;
  text-align: inherit;  
}

body.simple
{
  text-align: left;
  padding: 20px;
  background-color: white
}
