<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ width:600px;
  margin-right:auto;
  margin-left:auto; }

p{font-size: 18px;}

hr{
    height:2px;
    background-color: blue;
    border: none;
    }

.title{
    font-size:24px;
    color:blue;
}

.bold{
    font-weight: bold;
}

.noline{
  text-decoration: none;
}

.center{
    text-align:center;  
}

.dougalink{
    font-size:18px;
    color:blue;
    font-weight: bold;
    text-decoration: none;
}</pre></body></html>