/* This is the print style sheet */

/* Remove unwanted elements */
#UbcHeaderWrapper,
#UbcBottomInfoWrapper,
#UbcUtilNavWrapper,
#wpabar,
#top,
#header-container,
#navigation,
.aside,
.clf-base-spotlight{
 display: none;
}
/* Change text colour to black (useful for light text on a dark background) */
body{ color: #000; }

/* Improve colour contrast of links */
a:link, a:visited {color: #781351 }
/* you can force page breaks by adding <br class="page-break" /> to your html */
.page-break { page-break-before:always; }