<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: black
}

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

h1 {
	color: #1428A0;
	font-family: sans-serif;
	font-size: 20pt;
	font-weight: bold
}

h2 {
  color: #071480;
  font-family: tahoma;
  font-size: 17pt
}

h3 {
  color: #030C40;
  font-family: tahoma;
  font-size: 16pt
}

h4 {
  color: #030c40;
  font-family: tahoma;
  font-size: 14pt
}
blockquote {
  background: #ffe;
  color: #303;
  font-family: helvetica, sans-serif, arial;
  font-size: 11pt
}

h5 {
  color: #64A;
  font-family: tahoma;
  font-size: 13pt
}

dd {
	font-family: sans-serif;
	font-size: 11pt;
	color: #311;
}

dt {
	font-family: sans-serif;
	font-size: 11pt;
	color: #311;	
}
.erik {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: purple
}
</pre></body></html>