/* WEBMOOLE 2.1 - NEWS */

/* Intestazione News */
.sfondo_intestazione_news {
}

/* Struttura news */
div#archivioNews .news {
	padding-top: 5px;
	padding-bottom: 20px;
}

div#archivioNews .news h3 {
	font-size: 11px;
	padding-bottom: 5px;
	color: #a9a9a9;
	letter-spacing: 1px;
}

div#archivioNews .news h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0076c0;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

div#archivioNews .news h2 {
	font-size: 11px;
	color: #333;
	text-align: justify;
	padding-bottom: 3px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

div#archivioNews .news a {
	color: #212121;
	text-decoration: underline;
	font-weight: bold;
}

div#archivioNews .news a:hover {
	text-decoration: underline;
}

