/*
- for printing -
stevencollins
version 1.0
2008.2.28
*/
body { font-family:Arial, Helvetica, sans-serif; }/* change font to arial */
#header, #nav, #sidebar, img { display:none; }/* hide elements from printer (navigation, images, etc. . .) */ 
h1 { font-size:16px; }/* control the overwhelming size of the heading 1 element */
#footer ul { list-style-type:none; padding:0; margin:0; }/* remove bullets from footer address and position snug left */
.hide_for_print { display:block; } /*class to display selected elements on ALL printed pages*/