/* Formatierung aller HTML-Dateien in HP Kantorei */

/* Schriftart */
body {font-family:arial, times, courier}
body {font-size:13pt}

/* Schriffarbe und Hintergrund */
/*body  {color:#660000; background-color:ffff99; }  */
body  {color:#ffffcc; background-color:000000; }  
/* Schrift sehr helles Gelb     Hintergrund Schwarz*/

/* Farbe der Links */
/*a:link { color:#0066ff; text-decoration:underline; }   */
/*a:visited { color:#9966ff; text-decoration:underline; }  */
/*a:active { color:#0099ff; text-decoration:underline; }   */

a:link { color:#ffcc99; text-decoration:underline; }
  /*  Orginal    licht braun */     
 
a:visited { color:#ccffff; text-decoration:underline; }  
  /* besucht     licht blau */

a:active { color:#33ff66; text-decoration:underline; }     
        /*      blau-grün Verwendung unklar */


/* Farbe der Links wenn Cursor drber */
a:hover {color: #ffff99}
  /*unter Cursur    hell gelb */