@charset "UTF-8";
/* CSS Document */



body { 
	background-color: #000;
	padding:10px;
	font-size:1em;
}

p {
	color:white;
	text-align:center;
}
h2 {
	font-size:1.4em;
	}
h3 {
	font-size:1.2em;
	font-style:italic;
	}
h2, h3 {
	color:white;
	text-align:center;
}

.minify {
	text-transform:uppercase;
	font-size:0.7em;
	color:#0CF;
	border-bottom: 1px dotted #0CF;
}
.comunicato {
	font-size:0.8em;
}
.imgwrap {
    overflow: hidden;
    margin: 0 auto;
   }
.logofooter {
	border-top:1px solid #FFFFFF;
	text-transform:uppercase;
	font-size:0.8em;
	}
.address {
	font-size:0.8em;
	}