html body #main {background: none;}
body {
	font:12pt Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
	}
a:link, a:visited {
	color: #000;
	background: transparent;
	text-decoration: none;
	border-bottom:#b4b4b4 1px solid;
	}
#header,
#footer {
	display:none;
	}
#content {
	width: 100%;
	margin:0;
	float:none;
	background:transparent;
	}
#content,
#secondary-content,
#primary-content {
	float:none !important;
	}
#primary-content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 12pt;
   }
#logo {font-size: 20pt;font-weight:bold;}
h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}