<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
}

h1 {
    font-weight: bold;
}

h1 a {
    text-decoration: none;
}

a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    color: #cecece;
}
footer {
    border-top: 1px solid #cecece;
    font-size: 0.8rem;
}
.aiuti {
    width: fit-content;
    margin: auto;
}
ul {
    padding-left: 1rem;
}</pre></body></html>