
* {
	margin: 0;
	padding: 0;
}

body {
	background: #222222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	margin-top: 50px;
	text-align: center;
}

p {
	margin-bottom: 0.8em;
	line-height: 110%;
	text-align: center;
}

a {
	color: #999999;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#testo {
	margin: 30px auto;
}

