@charset "utf-8";
/* CSS Document */

.normale {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.normalepicen {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #8c8c8c;
	padding-left: 10px;
	padding-right: 10px;
}
.titoli {
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.testohome {
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #8c8c8c;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
}
.borderimage {
	border: 2px solid #FF0000;
}
.borderimage1 {
	border: 2px solid #3e3939;
}

A:LINK {
	color : #CCC;
	text-decoration: none
}

A:VISITED {
	color : #FFF;
	text-decoration: none
}

A:HOVER {
	color : #09F;
	text-decoration : underline;
}

A:ACTIVE {
	color : #FFF;
	text-decoration: underline
}


.testo {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}



