/* CSS Document */

body{
  margin: 0;
  border: 0;
  background:url(img/sfondo.jpg);
  font-family:"Georgia", Times New Roman, Times, serif;
  font-size: 12px;
}
.contenitore {
	text-align: center;
}

.contain{
  border-left: 3px solid #631013;
  border-right: 3px solid  #631013;
  border-bottom:1px solid  #631013;
  
}


.footer{
	color: #FEFFE1;
	text-align: center;
	height: 30px;
	background-color: #BAC09A;
 }
 .footer a {
	color: #FEFFE1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
 }
.text {
	line-height: 20px;
	color: #631013;
}

 
 .footer a:hover{
 color: #72744B;
 text-align: center;

 }
a {
	color: #999900;
    font-weight: bold;
}
a:hover{
	color: #CC6600;
    font-weight: bold;
}

.footerB {

	color: #FEFFE1;
	text-align: center;
	height: 20px;
	background-color: #FFFFFF;
}
.interna {
	background-color: #FFFFFF;
	color: #666666;
}
.txt {
	padding: 15px;
	text-align: justify;
}
.immagine-home {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.news {
text-align: left;
}
.news h2 {
	font-size: small;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.news p {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news p.data {
	padding: 0px;
	margin: 0px;
}

.news a img {
	border: 3px solid #999900;
}
.news a:hover img {
	border: 3px solid #CC6600;
}
