body {
	background: green url(immagini/background.jpg);
	font-size: 14px;
	text-align: center;
}

.totale{
	background: white;
	width: 1010;
	text-align: center ;
	margin-left: auto ;
  	margin-right: auto ; 
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5;
	text-align: center;
}

.border{


}


#box a {
	border: solid #54ac41 1px;
	height: 18px;
	display: block;
	width: 158px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;


}

#box a:hover {

	background-color: #a2ff8f;
	border: solid green 1px;
	height: 18px;
	display: block;
	width: 158px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
}

#campionato {

	font-weight: bold;
	background-color: #65985b;
	color: white;
}

#data {
	font-weight: bold;
	background-color: #ffffff;
	color: green;
}

#footer{
	font-weight: bold;
		}

#footer a{
	color: green;
		}

#footer2{
	font-weight: bold;
	color: green;
	text-decoration: underline;
		}