body {
	margin: 0px;
	padding: 0px;
	color: navy;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #008080; 
	/*text :#FFFFFF;*/
	/*size:8px;*/
}
/*collegamenti*/
a, a:link, a:visited, a:active {
	background-color: inherit;
	font-weight: inherit;
	color: white;
	text-decoration: none;
}
a:hover {
	background-color: #CCCCFF;
	color: white;
	text-decoration: none;
}
table{
	font-size: 12px;
}
select{
	font-size: 12px;
}
th {
	font-size: 16px;
	background-color: #0000FF;
	color: #FF8000;
	text-decoration: none;

}
.squadre{
	font-size: 16px;
	color: #FF8000;
	text-align: right;
	font-weight: bold;
}
.partbar{
	font-size: 14px;
	background-color:  #0000FF;
}
.puntfin{
	font-size: 14px;
	color: black;
	font-weight: bold;
}