<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

    ul#Navigation {
	font: normal 100.01% Arial narrow;
	font-size: 18pt;
	margin: 0;
	color: #F96611;
  }
  ul#Navigation li {
	list-style: none;
	display: inline;
	color: #F96611;
  }

  ul#Navigation a, ul#Navigation span {
    text-decoration: none;
    color: #123466;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
	color: #F96611;
  }
&lt;/style&gt;
&lt;/head&gt;
</pre></body></html>