/* CSS Document */

@page { size:portrait; }

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

body {
font: 11pt Arial,sans-serif;
color:#000;
background-color:#FFF;
}

a[href]:after {
	content:' <' attr(href) '>';
}


h1,h2,h3{font-family: Arial,sans-serif}
h1{font-size: 160%}
h2{font-size: 140%; border-bottom: 1px solid #000;}
h3{font-size: 120%; text-transform: uppercase;}
h4{font-size: 120%; border-bottom: 1px solid #000;}
p{line-height: 1.2em}



div#corpo {
		padding:0px;
		margin:0px;
		width:95%;
		}


#intestazione ul, .navigazione, hr, #percorso, #piedipagina {		 	
	display:none; 
	}
