    body {
        font-family: Arial, sans-serif;
        font-size: 18px; /* Tamanho base aumentado */
        line-height: 1.6; /* Melhor espaçamento para leitura */
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    blockquote {
        margin: 15px;
        padding: 5px;
    }

    /* Força as tags de fonte antigas a serem legíveis */
    font[size="2"] { font-size: 1rem; }
    font[size="3"] { font-size: 1.25rem; }

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

    table {
        width: 100% !important;
        border-collapse: collapse;
    }

    .header-table td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        padding: 5px 0;
    }

    .news-table td {
        display: block;
        width: 100% !important;
        text-align: center !important;
    }

    .line-img {
        width: 100%;
        height: 2px;
        margin: 10px 0;
    }

    h2 {
        font-size: 1.5rem;
        margin: 15px 0;
    }


