.TestoCentrale{
    padding-right:50px;
    padding-left:50px;
    text-align: center;
    font-size:20px;
    line-height: 28px;
    font-family:Tahoma, Comic Sans MS, serif;
    }
	.TestoTitoletto{
	padding-right:20px;
	padding-left:20px;
	font-size:18px;
	line-height: 24px;
	font-family:Georgia, Book Antiqua, Times New Roman;
	display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0, 1, 0, 1);
	}
.TestoTitolo{
	width: 600px;
    text-align: center;
    float:left;
	font-size:20px;
	font-family:Georgia, Book Antiqua, Times New Roman;
	}

    .LinkPagine{
    color:red;
    font-weight: bold;
    }
   
.DivMenu
{
    width: width:100%;
    text-align: center;
    clear: left;
}

.DivContenuto
{
    width: width:100%;
    text-align: left;
    float:center;
	padding: 20px;
	background-color: white;
}

.DivMenu a {
  font-weight: bold;
  background-color: #eee; /* Grey background color */
  color: black; /* Black text color */
  display: inline; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
  font-family:Georgia, Book Antiqua, Times New Roman;
}

.DivMenu a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

.DivMenu a.active {
  background-color: #04AA6D; /* Add a green color to the "active/current" link */
  color: white;
}
body{
	background-color: #e2f8c0;
}