/* ------------------------------------------------------------- */
/* DATEI: whp.css                                                */
/* Style Sheets fuer alle Wanderseiten                           */
/* ------------------------------------------------------------- */
/* Einbinden in Webseiten im Kopf (<HEAD> ... </HEAD>) mit:      */
/* <link rel=stylesheet type="text/css" href="whp.css">          */
/* ------------------------------------------------------------- */
/* Datei erstellt: 25. Februar 2000                              */
/* von Manfred Baudisch                                          */
/* Letzte Aenderung: 25. Februar 2000                            */
/* von Manfred Baudisch                                          */
/* ------------------------------------------------------------- */
/* Revision History:                                             */
/* - 25.02.2000, Manfred Baudisch                                */
/*   Datei erstellt                                              */
/* ------------------------------------------------------------- */

body { margin-top:10px; margin-bottom:10px; background-color:white; color:black;}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; font-size:100%;}
/* Schriften default: Arial, Sans-serif */

p.cr { font-style:italic; font-size:70%;}
/* Paragraph fuer Copyright Notice */

p.anf { font-style:italic; font-size:80%;}
/* Paragraph fuer Copyright Notice */

address { font-family:Arial,sans-serif; font-size:80%;}

h1 { font-size:200%; }
/* Heading 1 fuer Sektions-Ueberschriften */

h2 { font-size:140%; }
/* Heading 2 fuer Seitenueberschriften */

h3 { font-size:120%; }
/* Heading 3 fuer Absatzueberschriften */

h4 { font-size:100%; }
/* Heading 4 */

p,ul,ol,li,div,td,th,address,nobr,b,i { font-family:Arial,sans-serif; }
/* normaler Text, Abschnitte und Listen */

pre { font-family:Courier New,Courier; }
/* feste Schrittweite mit Courier */


a:link { color:red; text-decoration:underline; }
a:visited { color:grey; text-decoration:underline; }
a:active { color:black; text-decoration:underline; }
/* Linkfarben definiert */

