body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: small;
}

a:hover {
	text-decoration: underline;
}

.centrato {
	text-align: center;
	position: relative;
	height: auto;
	background-color: #333333;
	top: auto;
	bottom: auto;
}

img {
 border-width:0px;
}

.piccolo-xx {
	font-size: x-small;
}