/* PRINT CSS FOR THE LEFORS ISD SITE */

/* Kill border around menu buttons for printing */
html .menu_button, html .menu_button:link, html .menu_button:visited, html .menu_button:active, html .menu_button:hover {
 border-color: #fff;
}

/* Kill various odds and ends in the future */
html .printKill { display: none; }

