body { 
	   background-color: #FFFFFF;
       overflow: auto;
	   margin-top: 0px;
	   margin-bottom: 0px;
	   margin-left: 0px;
	   margin-right: 0px;
	   font-family: Arial;
	   color: #000080;
	   font-size: 12px;
	   font-weight: bold;
	   }
p { 
    margin: 0px;
	font-size: 10px;
	}
a { color: #226658;
	}
a:hover { color: #77b074;
		}
#contenitore{ width: 445px;
			  height: 428px;
			  background-image: url(images/Articoli_sf.jpg);
			  background-position: bottom;
			  background-repeat: no-repeat;
			  }
#titolo {width : 100%;
}
#contenuto { width: 400px;
			 height: 65px;
			 text-align: center;
			 }
#pagine { margin-bottom: 0px;
		  margin-left: 0px;
		  margin-right: 0px;
		  margin-top: 15px;
		  clear: both;
		  text-align: center;
		  width: 400px;
		}
#immagine {
			width: 50px;
			height: 62px;
			display: block;
			float: none;
		 }
#testo { 
		 height: 62px;
		 width: 300px;
		 font-size: 13px;
		 text-align: left;
		 display: block;
		 float: left;
		 }
