/* CSS Document */
a:link {
	color: #B9710B;
	text-decoration: underline;
}
a:visited {
	color: #B97009;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.linea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A3A08D;
}
.testogras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #452A17;
	font-weight: bold;
}
.sottotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B9710B;
}
.benv {
	font-family: "Rage Italic";
	font-size: 24px;
	font-weight: normal;
}
.benv a:link {
	color: #E7E4D1;
	text-decoration: none;
}
.benv a:visited {
	color: #E7E4D1;
	text-decoration: none;
}
.benv a:hover {
	color: #B97009;
	text-decoration: none;
}
.benv a:active {
	color: #B97009;
	text-decoration: none;
}

