> For the CSS, I used this:
>
> #contents1 { display: none; }
> #contents2 { various styles; }
> @import url(contents.css);
Warning : according to CSS 2 spec section 4.1.5 paragraphs 3-6, this
@import at-rule is illegal and should be ignored by browsers because
it is located after declaration rules....
</Daniel>