Klansman (prob. gelöst): Style-Sheet-Frage

Beitrag lesen

Habe das Problem wie folgt gelöst:

Definiert:
div.webmail {color: #000000};
div.webmail div {color: #000000}
div.webmail p {color: #000000}
div.webmail h1 {color: #000000}
div.webmail h2 {color: #000000}
div.webmail h3 {color: #000000}
div.webmail h4 {color: #000000}
div.webmail h5 {color: #000000}
div.webmail h6 {color: #000000}
div.webmail a {color: #000000}

Das heisst, ich kann die Mailausgabe in einem <div class="webmail unterbringen, und die Elemente werden nur dort neu definiert. Danke nochmals für eure Bemühungen