/* CSS Document */

.sfondo {
	font-family: verdana, Tahoma, SansSerif;
	background-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inset;

}

.link {
	font-family: verdana, Tahoma, SansSerif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-style: normal;

}

.link2 {
	font-family: verdana, Tahoma, SansSerif;
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
	font-style: normal;

}

.alink {
	font-family: verdana, Tahoma, SansSerif;
	font-size: small;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	font-style: normal;

}

.testo {
	font-family: verdana, Tahoma, SansSerif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

.titolo {
	font-family: verdana, Tahoma, SansSerif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

.nota {
	font-size: xx-small;
}


