BODY
{
	margin-top : 0;
	margin-left :0;
	margin-right: 0;
	
}
Table.TableBorder
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	
	
}
TD.TDGiustificato
{
	text-align :justify ;
}
TD.TDSfondo
{
	background-image: url(immagini/Sfondo.jpg);
	background-repeat :no-repeat ;
	
}
A.LinkOver:hover
{
	text-decoration :underline;
	color : red;
}
A
{
	text-decoration :none;
	color : yellow;
}
