body {
	background: white;
	font:normal normal 10pt Helvetica,Arial,sans-serif;
	color:black;
	}
	
#menu, #menun, #sidebar,#links,#security {
	display: none;
}

#content blockquote{
  background: transparent;
  color:#ccc;
}	
#wrapper, #content,#footer {
	width: auto; 
	margin: 0 10px;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;

}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
	
#page{
  width: 100%; 
  min-width:200px;
  background: transparent;
}
/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
   
#content a[href^="/"]:after {
  content: " (http://www.alistapart.com" attr(href) ") ";
}
*/


