.citta {
	border: 1pt solid #cccccc;
	margin: 0px 0px 5px;
	font-family: tahoma;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: 0;
	font-stretch: normal;
	width: 300px;
	color: blue;
}
.citta1 {
	
	/* Utilizziamo la proprietà CSS3 per arrotondare il bottone. */
	
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
 
/* Utilizziamo la proprietà CSS3 per aggiungere un'ombra al bottone. */
-moz-box-shadow: 1px 1px 0 #145278;
-webkit-box-shadow: 1px 1px 0 #145278;
 
/* Impostiamo un bordo chiaro al bottone. */
    border: 1px solid #9fdaff;
 
/* Impostiamo il cursore come "manina" */
    cursor: pointer;
	margin: 0px 0px 0px;
	font-family: tahoma;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	height: 30px;
	width: 140px;
	background-color: #3A67A8;
	color: white;
	
}
.citta1:hover {
	
	color: #ffd502;
}


