body {
	background: white;
	font-size: 12pt;
	}
	
#header, #nav, #navtop, #leftcol, #footer, #header, #navtop, #pageheader, #logo {
	display: none;
	}
	
#pagewidth, #maincol, #leftcolAtt  {
	width: auto; 
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
	
#content {
	padding-top: 1em;
	border-top: 1px solid #930;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%
  }
  
#content a[href^="/"]:after {
   content: " (http://www.cpmy.com/" attr(href) ") ";
   }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
	#leftcolAtt img { float:left; margin-right:10px; margin-bottom:10px; }
