@charset "utf-8";
@import url(reset.css);

body,
input,
textarea {
  background-color: white; /* Zum Drucken besser als #fff3e7;*/
  font:             12pt Arial,sans-serif; /* 10pt; */
}

strong {
  font-weight:      bold;
}

em {
  font-style:       italic;
}
em.ul { /* Ersatz für <u> */
  font-style:       normal;
  text-decoration:  underline;
}

a {
  color:            black; /* Zum Drucken besser als #993366; */
  text-decoration:  none;  /* Wenn der Link wichtig ist, wird mit print_link die URL angehängt, s.u.) */
}


