<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
margin: 0;
padding: 0;
height: 100%; 
    font-size: 12px;
    color: #000;
    font-family: 'Trebuchet MS';
}

table#sale {
    width: 100%; 
    height: 100%;
    margin: 0;
}
table#sale td {
    padding: 20px; 
    text-align: center;   
}
table#sale2 {
    width: 100%; 
    height: 100%;
    margin: 0;
    background: #eee;
}
table#sale2 td {
    border: 1px solid #ddd; 
    text-align: center;   
}
table#sale2 p {margin: 0 0 10px 0;}


h1 {font-size: 45px; margin: 0 0 15px 0;}
</pre></body></html>