/*--------------------------------------------------------------------------------------------*/ /*-- page.css.php [21.08.2009] ---------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*-- Gesamtdokument: Hindergrundfarbe, Schriftfarbe ------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ body { /* Beispiel: /2/,S.049 */ background-color: #CCFFCC; /* Hg: #CCFFCC ("pastellgruen") */ color: black; /* Text (Schrift): schwarz */ } /*--- end of page.css.php --------------------------------------------------------------------*/