<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link, a:visited, a:active, a:focus {
 font-weight: normal;
 text-decoration: none;
 color: #0000FF;
 cursor: hand;
}
a:link:hover, a:visited:hover, a:active:hover, a:focus:hover {
 font-weight: normal;
 text-decoration: underline;
 color: #0000FF;
 cursor: hand;
}
body {
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
 background-color: #FFFFFF;
}
input, textarea {
 font-family: Arial;
 font-size: 10pt;
 color: #000000;
 margin-left: 0.3cm;
}
p {
 padding-left: 0.5cm;
 padding-right: 0.5cm;
}
pre {
 font-family: 'Courier New', Courier, monospace;
 font-size: 10pt;
 padding-left: 0.5cm;
 padding-right: 0.5cm;
}
table {
 font-size: 10pt;
 margin-left: 0.5cm;
 margin-right: 0.5cm;
}
td {
 vertical-align: top;
}</pre></body></html>