/* CSS Document */

<!--
a{
text-decoration: none;
} 
a:link { 
text-decoration: none;
} 
a:visited { 
text-decoration: none;
} 
a:hover { 
text-decoration: underline;
}
body {
background-color: #000000;
margin:0px;
}
.testo-white {	
font-size: 13px;	
font-family: Tahoma, Arial, Helvetica;
color: #FFFFFF;
}
.spazio {	
font-size: 1px;	
}
-->

