Hi Ben,
> You could add the media print rule in the same css file:
>
> @media print {
> /* style sheet for print goes here */
> }
That was *exactly* what I was looking for. (I thought I'd seen a way of
doing this once, but couldn't find it.) Thanks!
J