body {
	margin: 0;
	margin-left: -5px; /*serve ad eliminare il margine di default di NN4*/
	padding: 0; 
	background-color: #efefef;
	color: #434649;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif; 
	font-size: 78%;
	text-align: left; 
}
table, tr,th,td,  ul, li{
font-size: 1em
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #16407E;
}
a:visited {
	text-decoration: none;
	color: #7E2D13;
	font-weight: bold;
}
a:hover,a:focus,a:active {
	text-decoration: underline;
	color:#3679C2;
}

img {
	border: 0;
	}

#pagina{width:100%; margin: 0 auto;}

acronyn{
	text-decoration: none;
	cursor:help;
}
hr {
	display: none;
	}

h1{
	font-weight: bold;
	font-size: 1.4em;
	line-height:1.4em;
	margin: 0px;
	color:#07215A;
	font-variant:small-caps;
}
h2{
	font-weight: bold;
	font-size: 1.3em;
	line-height:1.6em;
	margin: 0px;
	color:#2B5401;
}
h3{
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.6em;
	margin: 0px;
	color:#2B5401;
}

p{
	font-weight: normal;
	font-size: 1.1em;
	margin: 0;
}


