body
	{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
	}

#contenitore
	{
	width: 768px; 
	margin-right: auto; 
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
	}
#text
	{
	float: left;
	margin-right: 35px;
	}
img
	{
	padding: 0px;
	}

h1
	{
	font-family: Arial, Verdana;
	font-size: 16px;
	}

p
	{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #555555;
	text-align: justify;
	}

a
	{
/*
	text-decoration: none;
*/
	color: #555555;
	}
	
a:hover
	{
	text-decoration: underline;
	}

#link a
	{
	color: #60a123;
	}

.menu a
	{
	background-color: #6A9D36;
	margin-top: 2px;
	margin-bottom: 3px;
	font: 11px Verdana, Arial;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #C9CE3E;
	border-right: 1px solid #296F30;
	display: block;
	float: left;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	}

.menu a:hover
	{
	background-color: #296F30;
	text-decoration: none;
	}