
.sentence-portlet {
	width: 74%;
	float:left;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

.sentence-portlet img{
	display: block;
}

.sentence-portlet .notizia h1 {
	text-transform: uppercase;
	color: #14146E;
	font-size: 1.6em; 
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px 0px 3px 0px;
  text-decoration: none;
}

.sentence-portlet a {
   color: inherit;
   text-decoration: none;
}

.sentence-portlet a:hover {
   text-decoration: underline;
}

.sentence-portlet a:visited {
   color: inherit;
   text-decoration: none;
}

.sentence-portlet .notizia h2 {
	color: #404040;
	font-size: 1.4em; 
	font-weight: bold;	
	padding-left: 10px;
	margin: 0px 0px 10px 0px;
}
.sentence-portlet .notizia img {
  display: inline;
	float: right;
	width: 150px;
  height: 150px;
	margin-right: 10px;	
}
.sentence-portlet .notizia .testo {
	padding: 0px 0px 0px 10px;
	line-height: 1.4em;
}
.sentence-portlet .notizia .testo a {
	color:  #cc0001;
	text-decoration: none;
}




