Some preliminary research on creating a print page button for a web page. Some helpful links:
CSS Design: Going to Print (A List Apart)
Cross-Browser Print Button (Dynamic Drive)
Doesn't look too complicated -- a javascript button with a print-media stylesheet should do it.
Here's the stylesheet tags:
<style type="text/css" media="print">
</style>
keywords: css, js, print