body {
	margin: 0;
	margin-left: -5px; /*serve ad eliminare il margine di default di NN4*/
	padding:1%; 
	background-color: #FDFDFD;
	color: #595645;
	font-family: "Trebuchet MS", Verdana, Arial; 
	font-size: 74%;
	text-align: left; 
}
table, tr,th,td,  ul, li{
font-size: 1em
}
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #0B0B75;
}
a:visited {
	text-decoration: underline;
	color: #0B0B75;
	font-weight: normal;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	color: #EFEAD1;
	background-color: #0B0B75;
}

img {
	border: 0;
	}

#browser { text-align: center; font-size: 1.2em; font-weight: bold; color: #C00000; background-color: #FFFFFE; }
#browser a:link, #browser a:visited { text-decoration: underline;	font-weight: bold; }

acronyn{
	text-decoration: none;
	cursor: help;
}
hr {
	display: none;
	}

h1{
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-indent: 1em;
	font-variant: small-caps;
	color: #315261;
}
h2{
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px;
	color: #315261;
	background-color: transparent;
}
h3{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	margin-top: 0.5em;
	color: #315261;
	background-color: transparent;
}

p{
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}


