/*
 * Mid Sussex Testing
 *
 * Style sheet: print.css
 * Styles for printing
 * Read by all CSS browsers for print media
 *
 * By Andy Smith, Preview Graphics
 * www.preview.co.uk
 */


/*
 * Hide sections that shouldn't be printed
 */

hr, #page-skip-links, #page-navigation, #page-contact h1 {
  display: none;
}


/*
 * Alter the appearance of a few sections
 */

#page-contact {
  text-align: right;
}
