@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: "Courier New", Courier, monospace;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
	padding-left: 10px;
	padding-right: 10px;
}
.titoli1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
	}
.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: 1px solid #000000;
	
}

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

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

A:HOVER {
 color : Red;
 text-decoration : underline;
}

A:ACTIVE {
 color : Red;
 text-decoration: underline
}


