body {
	font-family: verdana,tahoma,lucida,sans-serif;
	margin:0; padding:0;
	background-color: #336600;
}
#container {
	padding: 3px;
	background-image: url(Nav/bg.jpg);
	margin: 10px auto 10px auto;
}
H1,H2,H3 {
	font-family : Georgia;
	color: #ff6600;
	font-size : 90%;
	font-style : normal;
	font-weight : bold;
	line-height: 90%;
}

H4 {
	font-family : "Times New Roman", Times, serif;
	font-size : 80%;
}

H5 {
	font-family : "MS Serif", "New York", serif;
	font-size : 76%;
	font-weight : normal;
}
H6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 74%;
}
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font color : black;
	font-size : 70%;
	text-align : left;
	text-indent : 5px;
	padding: 4px;
}

A:link {
	text-decoration:none;
	color : Blue;
} 

A:hover {
	text-decoration:underline;
	color: #FEFF00;
}

A:visited {
	text-decoration:none;
	color : #669933;
} 
.tx_arancio {
	color: #FF6600;
}
.tx_piccolo {
	font-size: 70%;
}
.tx_giust {
	text-align: justify;
}
.float_dx {
	float: right;
}
.float_sx {
	float: left;
}



