

#nav, #theme, #sidebar, #logodroite, #theme2, #footer {
	display: none;
	}
    
#wrap, #header { border: none; }
    
#wrap, #mainbody { width: 100%; }
	
a:link, a:visited {
	color: #333;
	}
p, li {
	text-align: justify;
}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
