
@import url('header.css');
@import url('footer.css');
@import url('content.css');

body
{
  margin: 0; padding: 0;
  background-color: #aabbcc;

  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

