.bordo {
	border: medium solid #990000;
}
.sfondo {
	background-image: url(img/sfondo.jpg);
}
.bold {
	FONT-FAMILY: "trebuchet MS", Arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-left: 5px;
	padding-left: 5px;
}
.testo {
	FONT-FAMILY: "trebuchet MS", Arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
	padding-left: 5px;
	text-align: justify;
	margin-right: 5px;
	padding-right: 5px;
}
A {
		FONT-FAMILY: trebuchet MS, Arial, helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	TEXT-DECORATION: underline;
}
A:hover {
		FONT-FAMILY: trebuchet MS, Arial, helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	TEXT-DECORATION: none;
}
A:visited {
		FONT-FAMILY: trebuchet MS, Arial, helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #990000;
TEXT-DECORATION: underline;
}