<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link 
    {text-decoration: none;}

a:visited 
    {text-decoration: none;}

a:hover 
    {text-decoration: underline;}

body
    {line-height: 1.5; font-family: sans-serif; padding-left: 20px; padding-top: 20px;}

div.col1 {
    float: left; 
    width: 400px;
}

div.col2 {
    float: left; 
    width: 400px; 
    margin-left: 30px;
}</pre></body></html>