﻿body 
{
    margin-top: 0px;
    font-family: Calibri, Tahoma;
    font-size: small;
    background-color: #7e7c8f;
}
input, textarea
{
    font-family: Arial;
    font-size: 11px;  
}
.main
{
    background-color: White;
    width:800px;
    margin:0 auto;  
}
.titoli
{
    font-size:20px; 
    font-weight:bold;
}
.testi
{
    text-align:justify; 
    line-height:20px;
}
.cornicefoto
{
    border:1px solid #7e7c8f;
}
.footer
{
    background-color: #060332;
    margin: 0 auto;
    width:760px;
    font-size: x-small;
    color: White;
}
.footer a
{
  color: White;     
}


