.testo-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FC0;
	text-align: center;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

.testo-bold {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.testo-bold-titoli {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.testo-titolo-marrone {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../sfondo.jpg);
	background-repeat: repeat;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #FC0;
}
a:visited {
	text-decoration: none;
	color: #963;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
