body {
	background: #fff;
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
}
/* Display: none
--------------------------------------------------------- */
#banner,
#dashboard,
#footer,
#navbar,
#nav2,
#promo,
#sidebar,
#tab,
#utility,
.briciole,
.commenti,
.hidden,
.social,
hr {
	display: none;
}
/* Div #
--------------------------------------------------------- */
#identity {
	margin: 10mm 0;
}
#identity p#id a {
	color: #b00;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: -0.7pt;
}
#identity p#id a:before {
	content: " Lucarosati.it - ";
}
#content {
	border-top: 1px solid #CCC;
	margin: 10mm 0;	
	padding: 0;
}
.related {
	position: relative;
}
/* Elementi 
--------------------------------------------------------- */
abbr:after,
acronym:after {
	content: " (" attr(title)") ";
	border: none;
}
em, q {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* Link 
--------------------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
	color: #c00;
}
/*
a:link:after, a:visited:after {
	color: #CCC;
	font-size: 10pt;
	font-weight: normal;
	content: " ["attr(href)"] ";
}
a[href^="/"]:after {
	content: " [http://lucarosati.it"attr(href)"] ";
}
#logo a[href]:after {
	content: "  ";
}
*/
/* Titoli
--------------------------------------------------------- */
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 12pt;
	font-style: italic;
}
