<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
    border-collapse: collapse;
    border: 1px solid black;
}

th {
	font-family: verdana;
    font-size: 11pt;
    border: 1px solid black;
    padding: 1pt 1pt 1pt 1pt;
    background-color: #ffd;
    vertical-align: top
}

td {
    font-family: verdana;
    font-size: 9pt;
    border: 1px solid black;
    padding: 1pt 1pt 1pt 1pt;
    background-color: #ffd;
    vertical-align: top
}

p {
  font-family: calibri;
  font-size: 12pt;
  color: #006986
}

li {
  font-family: calibri;
  font-size: 11pt;
  color: #1428A0
}

h1 {
	color: #A01428;
	font-family: sans-serif;
	font-size: 24pt;
	font-weight: bold
}

h2 {
  color: #800714;
  font-family: tahoma;
  font-size: 15pt
}

h3 {
  color: #40030C;
  font-family: tahoma;
  font-size: 12pt
}

h4 {
  color: #40030c;
  font-family: tahoma;
  font-size: 10pt
}

blockquote {
  background: #eeffee;
  color: black;
  font-family: helvetica, sans-serif, arial;
  font-size: 11pt
}

h5 {
  color: #A64;
  font-family: tahoma;
  font-size: 9pt
}

dd {
	font-family: calibri;
	font-size: 12pt;
	color: #613;
}

dt {
	font-family: calibri;
	font-size: 11pt;
	color: #316;	
}
.erik {
  font-family: sans-serif;
  padding-left: 20px;
  font-size: 11pt;
  background: #ffffdd;
  color: purple
}
</pre></body></html>