/* CSS Document */
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #DC0067;
	text-decoration: underline;
}
a.link {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #FFFF99;
	text-decoration: underline;
}
a:hover.link {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.testo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
.testo2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 35px;
}
.testo3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
}
.testo4 {
	font-family: Arial, Verdana;
	font-size: 16px;
}
.cellatabav {
	border: 1px solid #BBE1EA;
	color: #000000;
	text-align: center;
	background-color: #ffcc99;
}
li {
	list-style-type: square;
}
