<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
  font-size: 10pt;
  font-family: "Arial";
  color: FFFFFF;
  background-color: 000000;
  background-image: URL("backgrounds/tflogo.jpg");
}

#notes {
  font-size: 8pt;
  font-family: "Arial";
  color: FFFFFF;
}

#copyright {
  font-size: 8pt;
  font-family: "Times New Roman";
  color: FFFFFF;
}

A {
  text-decoration: none;
}

A.underline {
  text-decoration: underline;
}

A:link {
  color: 009FCF;
}

A:visited {
  color: FF0000;
}</pre></body></html>