body {
	background: #FFF;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
#utilities,
#navbar,
#sidebar,
#footer,
body hr,
.argomenti,
.commenti,
.hidden,
.tuttigliarticoli {
	display: none;
}
#contenuti {
	clear: both;
	margin: 10mm 0;	
	padding: 0;
	border-top: 1px solid #CCC;
}
/* Titoli
------------------------------------------------------------------*/
h1 {
	font-size: 16pt;
}
#logo h1 {
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
/* Testo
------------------------------------------------------------------*/
.autore, .data {
	color: #333;
	font-size: 8pt;
}
abbr:after {
	content: " (" attr(title)") ";
}
acronym:after {	
	content: " (" attr(title)") ";
}
em, q {	
	font-style: italic;
}
strong {	
	font-weight: bold;
}
/* Link
------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #F33FA3; /* fucsia */
}
/*
a:link:after, a:visited:after {
	color: #ccc;
	content: " ["attr(href)"] ";
	font-size: 10pt;
	font-weight: normal;
}
a[href^="/"]:after {
	content: " [http://trovabile.org"attr(href)"] ";
}
.autore a:after,
a:after img {
	content: "  ";
}
#testata a[href]:after {
	content: "  ";
}
*/