/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### News								###
*/

/* Intestazione news */
#sfondo_intestazione_news {
	background-image: url(images/barrasenzasciatore.jpg);
	background-repeat: no-repeat;
	height: 245px;
	padding: 0px; 
}

/* Struttura news */
.news {
	border-bottom: 1px solid #DDD;
	margin: 5px;
	padding: 5px;
}

.news h3 {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #000;
}

.news h1 {
	font-size: 18px;
	margin-top: 5px;
	color: #000;
}

.news h2 {
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #000;
	text-align: justify;
}

.news a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	color: #000;
}

.news a:hover {
	color: #000;
}
