/**************************************************
					Body
**************************************************/
body {
  background:#fff;
  color:#000;
  font:400 12pt Verdana, Arial, sans-serif;
}

/**************************************************
					General
**************************************************/
a {
  color:#00f;
}
a:link:after, a:visited:after {
   content:" (" attr(href) ") "; /* Prints the URL after any links in CSS2 supporting browsers */
   font-size:90%;
}
acronym {
  border:0;
}
h1 {
  border-bottom:1px solid #999;
  font-size:18pt;
  margin:30px 0 0;
}
h2 {
  font-size:16pt;
}
h3 {
  font-size:14pt;
}
h4, h5, h6 {
  font-size:12pt;
}

/**************************************************
					Content
**************************************************/
#content {
  margin:0 8%;
  padding:0;
  width:auto;
}

/**************************************************
					Remove
**************************************************/
#footer {
  display:none;
}