/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### News								###
*/

/* Intestazione news */
#sfondo_intestazione_news {
}

/* Struttura news */
.news {
	border-bottom: 1px solid #AAA;
	padding: 10px;
	margin: 10px;
	margin-left: 5px;
}

.news h3 {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #000;
}

.news h1 {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.news h2 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
}

.news a {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

.news a:hover {
	text-decoration: underline;
	color: #00C206;
}

