.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: oblique;
	color: #000000;
	padding: 10px;
	font-weight: bold;
}
.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFF66;
	background-color: #000000;
}
a,a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
	color:  #0000FF;
}
a:hover {
	text-decoration: underline overline;
	color:  #0000FF;
}

