
body {
    background-color:#ececec;
    color: black;
    text-shadow: 1px 1px 1px #95a4fe;
    margin:10px auto;
    padding:0;
    text-align: center; /*ie main centrato*/
}

#main{
    color: #000000;
    width: 800px;
    height: auto;
    margin: 100px auto; 
}

img {
    border:0px;
}

a {
    color:black;
}

a:hover {
    text-shadow: 2px 2px 4px black;
}


#foot {
    margin-top: 60px;
    text-align: center;
    color:black;
    font-size:12px;
    border-style: solid;
    border-width:1px;
    border-color:silver;
}

td {
    text-align:center;
    padding: 5px;
}

#link {
    margin-top: 100px;
    color: black;
    text-align:center;
    font-size:26px;
}
#link a:hover {
    font-style: italic;
}