<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #FFFFFF;
  background-color: #FFE4E1;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
}

table,tr,td {
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
}

p,ul,li {
  margin-left: 2px;
  margin-right: 2px;
}

.menue {
  list-style-type:none;
  margin-left: 0px;
  padding-left: 0px;
}

.menue li a {
  color: #000000;
  width: 120px;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  background-color: #FFFFFF;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid white;
  border-right: 1px solid black;
  font-size: 8pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:visited {
  color: #000000;
  text-decoration: none;
  background-color: #FFE4E1;
  font-size: 8pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:hover {
  color: white;
  background-color: #000000;
  font-weight: bold;
  border-bottom: 1px solid white;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  text-decoration: none;
}


a:link {
  color: #003869;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #DA121A;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: #004669;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #446D8C;
  text-decoration: underline;
  font-weight: bold;
}</pre></body></html>