body {
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
	background-color: #000000;
}

.box {
	width: 100%;
	margin: auto 0 auto 0;
	text-align: center;
}

.head {
	width: 100%;
	margin: auto 50px auto 0;
	text-align: center;
	float:left
}

.sezione {
	width: 20%;
	height: 800px;
	text-align: center;
	float:left;
}

.contenent {

	text-align: center;
	float:right;
}
.contenent_cal {

	text-align: center;
}
a:link, a:visited {
    text-decoration: underline;
    color: #F58529;
    background-color: transparent;
}
a:hover, a:active {
    text-decoration: underline overline;
    color: #aaa;
}