﻿/*whitespace start*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, img
{
    padding: 0px;
	margin: 0px;
}
/*whitespace end*/
/*whitespace armonization*/
html, body
{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0.8em 0 0.3em
}
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul
{
    margin-top: 0.3em;
    margin-bottom: 1.4em
}
/*armonization end*/
*
{
	color: #000;
}
a
{
	color: #666;
	text-decoration: underline;
}
body 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	margin: 1em;
}
h2
{
	border-top: 2px dashed #666;
	color: #666;
}


/*elementi non visualizzati*/
.pager,
.imgAutore,
.share,
.permalink,
.navigationColumn
{
	display: none;
}


