body {
	background-image: url(../gfx/sfondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: silver;
	font-family: arial;
}
a {
	color: orange;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: white;
}
.fasciaAge {
	color: white;
	font-weight: bold;
	width: auto;
	display: block;
	font-size: 17px;
	text-align: center;
}
.titolosezioneAge {
	color: yellow;
	font-size: 13px;
	text-align: left;
	margin-bottom: 10px;
}

.titolosezione {
	color: yellow;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.fascia {
	color: white;
	font-weight: bold;
	width: auto;
	display: block;
	font-size: 13px;
	text-align: left;
}
.tasto {
	color: silver;
	background-color: black;
	border: 1px solid silver;
	text-align: center;
	font-weight: bold;
	width: 120px;
	display: block;
	font-size: 11px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}

.casellanews {
	color: black;
	background-color: yellow;
	border: 2px solid brown;
}
.casellanews a {
	color: black;
}
.casellanews a:hover {
	color: green;
}

.notizia {
	color: white;
}
.notizia i {
	color: lime;
}