<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DATEI: aa_navig.css */

&lt;style type="text/css"&gt;

a:link    { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:underline; }
a:active  { color:#FFFFFF; text-decoration:none;      background-color:red; } 
a:hover   { color:#000000; text-decoration:underline; background-color:#ffffff; }
a:focus   { color:#000000; text-decoration:underline; background-color:#ffffff; }

b         { font-style:normal; font-size: 10pt; font-family:arial narrow,arial,helvetica; color:#FFFFFF; background-color:#0066ff; font-weight:bold; }
body      { font-style:normal; font-size:  8pt; font-family:arial narrow,arial,helvetica; color:#FFFFFF; background-color:#0066ff; }
td        { font-style:normal; font-size: 10pt; font-family:arial narrow,arial,helvetica; color:#FFFFFF;  }

h1        { font-style:normal; font-size:14pt; font-family:arial narrow,arial,helvetica; text-decoration:none; }
h2        { font-style:normal; font-size:13pt; font-family:arial narrow,arial,helvetica; text-decoration:underline; }
h3        { font-style:normal; font-size:12pt; font-family:arial narrow,arial,helvetica; color:#FFFFFF; }
h4        { font-style:normal; font-size:11pt; font-family:arial narrow,arial,helvetica; color:#FFFFFF; }

&lt;/style&gt;
</pre></body></html>