body {
  font:100.1% verdana, arial, sans-serif;
  color:#000;
  background:#FFF;
}

h1 {
  margin-top:30px;
  border-bottom:1px solid #999;
}
acronym,abbr {
  border:0;
  text-decoration:none;
}
a {
  color:#000;
}
/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, a:visited:after {
   content:" (" attr(href) ") ";
   font-size:90%;
}
#header,#mainMenu,.sideMenu,#footer {
  display:none;
}
#content {
  width:auto;
  margin:0 8%;
  padding:0;
}
