p.aaa {
    margin: 2px 0 1px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana;
}

p.aaa a,
p.aaa a:visited,
p.aaa a:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

p.aaa a:focus {
    outline: 1px dotted #ffffff;
}

.auto-style1 {
    border: 1px solid #000;
    font-family: Verdana, Arial;
}

.auto-style2 {
    text-align: center;
}

.auto-style3 {
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    font-family: Verdana, Arial, sans-serif;
}

.contenitore {
    width: 1200px;
    max-width: 95%;
    margin: 20px auto;
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 8px rgba(0,0,0,0.10);
}

.contenuto {
    padding: 15px;
}

h1 {
    font-family: Verdana, Arial, sans-serif;
}

p {
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}

.tabella-principale {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:768px){

    .menu-sx{
        display:none !important;
    }

}