body,html
	{
		margin: 0px ;
		padding: 10px;
		background-color: #FCFFDB ;		
	}

.pippo  {
	
	}
.news 
	{
	 width:200px;
	 background-color: #DEFFBB ;
	 border-width:1px ;
	 border-color:#000000;
	 border-style: solid;
	 padding:20px 10px;
	 text-align: justify;
	 font-family: "thoma", sans-serif;
	 font-size: 76%;
	}
	
.corpo 
	{
	 width:630px;
	 background-color: #DEFFBB ;
	 border-width:1px ;
	 border-color:#000000;
	 border-style: solid;
	 padding:20px 10px;
	 text-align: justify;
	 font-family: "thoma", sans-serif;
	 font-size: 100%;
	}

.corpo-pagine
	{
	 width:880px;
	 background-color: #DEFFBB ;
	 border-width:1px ;
	 border-color:#000000;
	 border-style: solid;
	 padding:20px 10px;
	 text-align: justify;
	 font-family: "thoma", sans-serif;
	 font-size: 76%;
	}
	
	
.titolo 
	{
	 font-family: "thoma", sans-serif;
	 font-size: 130%;
	 font-weight:bold; 
	 text-decoration:none;
	 text-align: center;
	}
	
.titolo_parte 
{
 font-family: "thoma", sans-serif;
 font-size: 100%;
 font-weight:bold; 
 text-decoration:none;
 text-align: left;
}
	
.link
	{
		font-family: "thoma", sans-serif;
		font-size: 90%;
		font-weight:bold; 
		color: #0700E0;
		text-decoration:none;
	}
	
.link:hover
	{ 
	color: #ed0000; text-decoration:underline;
	}
	
.border
	{
	border-width:1px ;
	border-color:#000000;
	border-style: solid;
	}
	 
.news-date 
{
        margin-top: 10px;
	font-size: 1.0em;
	color: #808080;
}
   
