/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Link								###
*/

/* Intestazione Link */
#sfondo_intestazione_link {
}

/* Struttura Link */
.link{
	border-bottom: 1px solid #DDD;
	margin: 5px;
	padding: 5px;
	font-size: 11px;
}

.link img{
	border: 0;
	padding-bottom: 3px;
}

.link h1{
	font-size: 16px;
	color: #5B7DC4;
}

.link h2{
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	padding-bottom: 3px;
	color: #412e41;
}

.link a{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	color: #FF9c00;
}

.link a:hover{
	color: #FF9c00;
	text-decoration: underline;
}

