Forum Moderators: not2easy
You wouldn't need a print stylesheet at all, you just apply your main stylesheet to whatever media type [w3.org] you want i.e. screen, projection
something like:
<style type="text/css" media="screen">
@import "your.css";
</style>