/* 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;
}

/* normaler Text */
p,ul,ol,li,div,td,th,address,nobr,b,i {
  font-size:12pt;
  font-family:Comic Sans MS,Tekton,Blueprint,Dom Casual,Dom Casual BT;
}
