body
{
  margin: 0;
  padding: 10px;
  background: #bec2cb;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "luxi sans", "nimbus sans", arial, sans-serif;
}

q
{
  quotes: '"' '"' "'" "'";
  font-style: italic;
}

@media screen, projection
{

  #paper
  {
    margin: 0 auto;
    padding: 10px;
    width: 500px;
    background: #fff;
    color: inherit;
  }

}
