<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:active { text-decoration: underline}
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:hover { text-decoration: underline}
.image-left {
   float: left;
   clear: both;
   padding: 0px 6px 6px 6px;
}
.image-inline {
   float: none;
   padding: 1px 6px 0px 6px;
}
.image-right {
   float: right;
   clear: both;
   padding: 0px 6px 6px 6px;   
}

</pre></body></html>