body {
        margin:5px 0px 0px 3px;
        }

.logo {
        float: left;
        }

div.titolo {
        margin-left: auto;
        margin-right: auto;
        width: 280px;
        padding-top:10px;
        }

.testo {
        margin-right: 0px;
        background-color: #c4c4c4;
        background-image: url(../images/round.png);
        background-repeat: no-repeat;
        background-position: top left;
        margin-left: 130px;
        margin-top: 50px;
        margin-bottom: 0px;
        }

p {
        margin:0px;
        padding: 10px 15px 10px 15px;
        text-align: justify;
        font-size:1.5em;
        font-family: verdana;
        }                       

a { text-decoration: none; }
a:visited { color:red; }
a:hover { color:green; }    
a:active { color:white; }
