﻿/*whitespace*/
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*/

/*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.3em;
} 
/*armonization end*/

*
{
	color: #000;
	background-color: #fff;
}
body
{
    font-size: 9pt;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.site
{
	margin: 1.5em;
}
h1 a:link,
h1 a:hover,
h1 a:visited,
h1 a:active
{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6
{
    text-decoration: underline;
}
ul,
ol
{
    padding-left: 1.2em;    
}
ul
{
	list-style-type: circle;
}
ol
{
    list-style-type: lower-roman;
}

/*links*/
a:link,
a:hover,
a:visited,
a:active
{
	color: #666;
	text-decoration: underline;
}

/*elementi esclusi*/
img
{
    display: none;
}