body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	}

h1 {
font-size: 100%;
	}
h2 {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1em;
	}

#nav, #theme, #sidebar, hr, #logodroite, #theme, #theme2 {
	display: none;
	}
	
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) ") ";
	}