/*
 * print.css - Stylesheet for use on printer devices
 *
 * Mikel Ward <mikel@mikelward.com>
 */

/* don't print the header, navigation links, or footer */
#header, #menu, #footer, #upgrade, #sections { display: none }

/* disable underlining of acronyms and abbreviations */
abbr, acronym { text-decoration: none; border-bottom: none }
