body {
    background-color: #f0f0f0;
    font-family: Lato, 'Times New Roman', Arial, Helvetica, sans-serif;
    color: #303030;
    line-height: 1.6;
}

.background_paper {
    padding: 1.2em;
}

h1, h2, h3 {
    text-align: center;
    line-height: 1; /* Rimosso padding e stili inline inutili */
}

h1 {
    color: #800000;
}

h2 {
    color: #993300;
}

h3 {
    color: #34495e;
}

/* Stile per la tabella */
#MyTable {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

#MyTable td {
    border: 1px solid black;
    padding: 0.5em;
    text-align: center;
}

#MyTable a {
    color: #003366;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    display: block; /* Rende il link un blocco per occupare l'intera cella */
}
