/* CSS Document */
#my_table { 
	position: relative; 
	max-width:800px;
	margin:5px auto 12.5px;
	z-index:90;
	border:none;
	text-align:left; /* reset align=center */
}

#testo_giustificato  { 
  text-align:justify;
  text-justify:inter-word;
}
