<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

a{color:white;text-decoration: none;font-size: small;}
h3{font-family: Comic Sans Ms,Arial;font-size: small;}
body{font-family: Comic Sans MS, Arial;
    background-color:rgb(68, 68, 73);
    text-align: center;
    color: white;
}
DIV.scroller { 
    overflow: auto;
    scrollbar-color: white #afbbca;
    scrollbar-width: thin;
    color: white;
    font-size: 14pt;
    height: 325px;
    width: 400px; 
    margin-left:auto;
    margin-right:auto;
}
table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}</pre></body></html>