﻿/* This stylesheet adds/hides things relevant to printing */


/* Hide the navigation */

#nav { display: none; }


/* Display a special print header */

.print_header { display: block; }

/* In case they have background image printing on, let's hide the original #header background */

#header { background: none; }
