
.print { /* This is a print link - not suggesting something should be printed */ display: none; }
.noPrint { /* This is an element that should not appear in printed output */ display: none !important; }

#userBar { display: none; }
#footer { display: none; }
