@charset "utf-8";
/* CSS Document */

A:LINK {
	color : #53676C;
	text-decoration: none;
	font-type : verdana;
}

A:VISITED {
	color : #53676C;
	text-decoration: none
}

A:HOVER {
 color : #D4E5ED;
 text-decoration : underline;
 background-color : Gray;
 font-weight : bold;
}

A:ACTIVE {
 color : #D4E5ED;
 text-decoration: underline
}

.testo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	color: #53676C;
	line-height: normal;
	text-align: left;
}

.testo_bianco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	color: #FFF;
	line-height: normal;
	text-align: left;
}
