<link rel="stylesheet" type="text/css" href="navigation.css">/* Farben - Schriften - Größen */body { background-color:#cccccc; }p, td { color:#222222;  }p, td { font-family: Arial, Helvetica, Verdana; }p, td { font-size:11px; }/* Hyperlinks */a:link { color:#ee0000; text-decoration:none; font-weight:fat; }a:active { color:#ff00ff; text-decoration:underline; font-weight:fat; }a:visited { color:#dd0033; text-decoration:none; font-weight:fat; }a:hover { color:#007700; text-decoration:none; font-weight:fat; }