body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(immagini/rigasfondo.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFFFCC;
}
#centri {
	text-align: center;
}
#centri th {
	color: #003399;
	background-color: #99FFFF;
	background-image: url(immagini/titoloar.png);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: middle;
	font-size: 80%;
	text-transform: uppercase;
}
#centri th a {
	text-decoration: none;
}
#centri th a:hover {
	text-decoration: none;
	color: #FF0000;
}
#centri td {
	text-align: center;
}
#centri td a {
	text-decoration: underline;
	color: #FFFFCC;
}
#centri td a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#citta {
	font-weight: bold;
	width: 500px;
	font-size: 60%;
	left: 50%;
	right: 50%;
}
#citta td {
	text-align: justify;
}
#citta a {
	color: #FFFFCC;
	text-decoration: underline;
}
#citta a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
