/**
 * Print styles
 */

/* First, what we don't need to include
-------------------------------------------*/

.no-print, .screen-only, .aural-only {
	display: none;
}


/* The site heading */
#logo h2 {
	font-size: 10pt;
	border-bottom: 1px solid;
}

#copyright {
	font-size: 10pt;
}

