body{
  margin: 0;
  padding: 10px 75px;
  font-size: 72%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  line-height: 1.35em;
  background: #FFF;
  color: #000;
}

h1{
  margin: 0 0 2em 0;
  font-size: 1.2em;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #000;
}

h1, h2, h3, h4, span{
  text-transform: uppercase;
}

#header, #menu, #submenu, object{
  display: none;
}

a:link, a:visited{
  text-decoration: none;
  color: #000;
}