BODY {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin: 0;
	padding: 0;

}



h1{
	font-size:18px;
	color:white;
	text-align:left;
	margin:7px 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font-size:14px;
	color:white;
}

A{
	color:#FED605;
	text-decoration: none;
	font-weight: bold;
}

p{
	font-size:12px;
	color:white;
	text-align:justify;
}

.news{
	font-size:13px;
	color:#FED605;
	text-decoration: none;
	
}

.news_title{
	font-size:18px;
	color:#1D4708;
	text-decoration: none;	
}

.mollica{
	font-size:11px;
	color:white;
	
}



#container{
	border-left: 1px solid white;
	border-right: 1px solid white;
	width:790px;
}

#intestazione{
	width:790px;
	height:138px;
	margin-bottom:2px;
}

#menu{
	float:right;
	font-size:16px;
	color:white;
	margin-top:15px;
	
	
}

#menu A{
	color:white;
	text-decoration: none;
	padding-right:15px;
	margin-left:15px;
	border-right: 1px solid white;
	font-weight: bold;
}

#footer{
	width:776px;
	height:50px;
}

#footer p{ 
	text-align:center;
	color:black;
	padding:5 0 0 0;
	margin:10;
	padding-top:2px;
	font-weight: bold;
}


#footer A{
	color:black;
}
/*html>body #container
{
	width:728px;
} 
*/