body {
	background: #FFF;
	color: #000;
	font-family: Georgia, Cambria, Times, serif;
	font-size: 12pt;
	line-height: 20pt;
}
footer,
form,
hr,
iframe,
nav,
#cookie-notice,
.cookie-notice-container,
.g-plusone,
.hidden,
.meta,
.newsletter,
.socialbuttons {
	display: none;
}
article:after {
    margin: 10mm 0;
    font-size: 10pt;
    font-weight: normal;
    color: #ccc;
    content: " Copyright © Trovabile ";
}
.abstract {
    font-size: 14pt;
    border-top: 1pt solid #CCC; 
    border-bottom: 1pt solid #CCC;
}
aside {
    border-top: .5pt solid #000;
}
/* Titoli
------------------------------------------------------------------*/
h1 {
	font-size: 20pt;
}
#logo h1 {
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;
}
/* Testo
------------------------------------------------------------------*/
.autore, .data {
	color: #333;
	font-size: 10pt;
}
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: #39C;
}
#logo a,
.autore a,
.correlati a  {
    color: #000; 
}