/* Textkörper */
body {
  background-color:#ffffe0;
}

/* überschrift 1 */
h1 {
  font-size:36pt;
  font-family:Comic Sans MS,Tekton,Blueprint,Dom Casual,Dom Casual BT;
}

/* überschrift 2 */
h2 {
  font-size:24pt;
  font-family:Comic Sans MS,Tekton,Blueprint,Dom Casual,Dom Casual BT;
}

/* überschrift 3 */
h3 {
  font-size:20pt;
  font-family:Comic Sans MS,Tekton,Blueprint,Dom Casual,Dom Casual BT;
}

/* überschrift 4 */
h4 {
  font-size:18pt;
  font-family:Comic Sans MS,Tekton,Blueprint,Dom Casual,Dom Casual BT;
}

/* überschrift 5 */
h5 {
  font-size:14pt;
  font-family:Comic Sans MS,Tekton,Blueprint,Dom Casual,Dom Casual BT;
  font-weight:normal;
  text-decoration:blink;
}

/* normaler Text */
p {
  font-size:2pt;
  color:#ffffe0;
}
