@charset "utf-8";
/* CSS Document */

.normale {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8c8c8c;
	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: normal;
	color: #8c8c8c;
	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;
}

A:LINK {
color : #8c8c8c;
 text-decoration: none
}

A:VISITED {
 color : #8c8c8c;
 text-decoration: none
}

A:HOVER {
 color : Red;
 text-decoration : underline;
}

A:ACTIVE {
 color : Red;
 text-decoration: underline
}



