<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;
body {
font-family: 'Arial', sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 0;
}

h1 {
color: #333333;
    /* Estilos adicionais para os cabeÃ§alhos h1 */
}
h2 {
color: #333333;
font-family: 'Arial', sans-serif;
    /* Estilos adicionais para os cabeÃ§alhos h1 */
}

table {
width: 80%;
margin: 20px auto;
border-collapse: collapse;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: #fff;
}

th, td {
padding: 15px;
text-align: left;
border-bottom: 1px solid #ddd;
}

th {
background-color: #3498db;
color: #fff;
}

tr:hover {
background-color: #f5f5f5;
}
&lt;/style&gt;
</pre></body></html>