.contorno {
	border-top: thin none #FF0066;
	border-right: thin solid #FF0066;
	border-bottom: thin dotted #FF0066;
	border-left: thin none #FF0066;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	padding-left: 5px;
}
.contorno2 {
	border-top: thin none #FF0066;
	border-right: thin none #FF0066;
	border-bottom: thin dotted #FF0066;
	border-left: thin solid #FF0066;
}
.contorno3 {
	border-top: thin none #FF0066;
	border-right: thin solid #FF0066;
	border-bottom: thin solid #FF0066;
	border-left: thin solid #FF0066;
	background-color: #FF0066;
	color: #FFFFFF;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	vertical-align: top;
	border: none;
	position: absolute;
}

