


/* folgende Definition bezieht sich auf TAG h1 */
h1 {
  color:#FF9F00;   /* Farbe orange */
  font-size:20pt;  /* Größe 20pt   */
  font-family:arial, "lucida console", sans-serif; /* Schriftart */
}


