<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
  color:#000000;
background:#3fbfff;
}
BODY:visited {
  color:#000000;
}
BODY:link {
  color:#8000ff;
}
BODY:active {
  color:#ff0000;
}

TABLE {
  background-colour: orange
}
TABLE.prod {
  background-colour: gray
}
TH {
  color:#000000;
/*  background:#ffffff */
  FONT-SIZE: 10pt;
}
TR {
  FONT-SIZE: 10pt;
}

TR.prod:nth-child(even) {background-color: red}

span.sign {
  color:#ffffff;
  FONT-SIZE: 12pt;
  font-weight: bold;
}

span.sign24 {
  color:#ffffff;
  FONT-SIZE: 24pt;
  font-weight: bold;
}

a.sign {
  color:#e0e0e0;
/*  background:#008000;*/
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

a.sign:hover {
  color:#008000;
  background:#e0e0e0;
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

a.sign12 {
  color:#e0e0e0;
/*  background:#008000;*/
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

a.sign12:hover {
  color:#008000;
  background:#e0e0e0;
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

a.sign12inv {
  color:#008000;
  background:#e0e0e0;
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

a.sign12inv:hover {
  color:#e0e0e0;
  background:#008000;
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

a.sign12y {
  color:#000000;
/*  background:#008000;*/
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

tr.signy {
  background:#ffff00;
}

a.sign12y:hover {
  color:#000000;
  background:#e0e0e0;
  font-weight: bold;
  FONT-SIZE: 12pt;
  font-family: arial;
  text-decoration: none;
}

th.year {
  font-weight: bold;
  FONT-SIZE: 24pt;
}
</pre></body></html>