/* Style-Sheet für wwwpi6                         */

/* Jeder Text sans-serif, Grundschrift 14px       */
body,th,td,pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* Standard-Farben
Für Tabellen die Farben nicht im Voraus festlegen */

body,pre {
  color:black;
  background-color:white;
}

/* Link-Farben                                    */
a:link    { color:#707070; }
a:visited { color:#A0A0A0; }
a:hover   { color:#CC55CC; }

/* Überschriften                                  */
h1 { color:#666699; font-size: 20 px; font-weight: normal; }
h2 { color:blue; font-size: 17 px; font-weight: normal; }
h3 { color:navy; font-size: 15 px; font-weight: normal; }
h4, h5, h6 { font-size: 14 px; }

/* Besondere Schriftauszeichnungen                */
.tt { /* Für Variablennamen, E-Mail-Adressen usw. */
  font-family: Courier, monospace;
  white-space: nowrap;
}

