a { text-decoration: underline; font-weight: bold; color: #039; }
body {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
    background: none !important;
	font-size: 10pt;
}

#masthead h1 {
	font-size: 14pt;
	margin-bottom: 0;
}

#masthead h2 {
	font-size: 12pt;
	margin-top: 0;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
  content: " (http://www.website.com" attr(href) ") ";
}

#sidebar, #footer, .below a, #nav, .noprint {
	display: none !important;
}

body, #main, #container, #content, #maincontent, .contentwrap {
  float: none !important;
  width: auto !important;
  margin: auto !important;
  padding: auto !important;
}

