/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Index								###
*/

/* Intestazione index */
#sfondo_intestazione_index{
}

/* Struttura index */
#index {
	border: 0;
	padding: 10px;
	text-align: center;
}

#index p {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 16px;
	font-weight: normal;
	text-align: justify;
	font-size: 12px;
	color: #000;
}

#index h1 {
	padding: 16px;
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
	color: #000;
}

/* 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;
}

.news a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	color: #000;
}

.news a:hover {
	color: #000;
}
