/* CSS Document - struttura pagina */

* {
margin:0;
padding:0;
border:0;
}

body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.span {
position:absolute;
left:-1000em;
top:-1000em;
}


hr {
border-bottom:1px solid #ccc;
margin:20px 20px 20px 0;
width:98%;
height:1px;
}	

a {
color:#000;
text-decoration:none;
}	


#menu {
	display:none;
	}

#contenuti h2 {margin-bottom:5px;}


#colonna_sx img {
border:1px solid #fff;
padding:2px;
float:right;
margin-left:10px;
}