@charset "utf-8";
/* CSS Document */

.normale {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3B2E0B;
	padding-left: 10px;
	padding-right: 10px;
}
.normalecavalli {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	
}
.normaleblu {
	font-family: verdana;
	font-size: 12px;
	font-style: strong;
	font-weight: normal;
	color: #00F;
	padding-left: 0px;
	padding-right:0px;
}
.normalepicen {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #8c8c8c;
	padding-left: 10px;
	padding-right: 10px;
}
.titoli {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #492a03;
	padding-left: 10px;
	padding-right: 10px;
}
.titolone {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #C1A1B0;
	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 #3B2E0B;
}

A:LINK {
color : #492a03;
 text-decoration: none
}

A:VISITED {
 color : #8c8c8c;
 text-decoration: none
}

A:HOVER {
 color : Red;
 text-decoration : underline;
}

A:ACTIVE {
 color : Red;
 text-decoration: underline
}

