@charset "utf-8";

/* tutti i link che STO CLICCANDO*/
a:hover {
  color:#2EAE9F;
  text-decoration: none;
}
/* link generico */
a {
	font-weight:bold;
	color:#423129;
	text-decoration:underline;

}

.banner {
	position:relative;
	width:857px;
	height:272px;
	background-position: center center;
	background-image: url(../img/banner.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.body {
	position:relative;
	width:837px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tail {
	position:relative;
	width:837px;
	height:46px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/banner_bot.JPG);
}
/* corpo di OGNI ARTICOLO*/
.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
}
/* Titolo di un articolo */
.title{
	font-size:24px;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
