/* BEGIN WITH VERY BASIC CROSS-TEMPLATE STUFF ... */
/* generic font family, print-friendly size */
body {
font-family: serif; font-size: 11pt;
}
/* hide the navbar */
#toolbar {
display: none;
}
/* no image borders */
img {
border: none;
}

/* NOW FOR THE TEMPLATE-SPECIFIC STUFF ... */
/* all we really do for printing is hide the stuff we don't want to print */
#stuff, .more_stuff, form.bComment {
display: none;
}

