@import url("common.css");
@import url("headers.css");
@import url("links.css");
@import url("fonts.css");

/* don't display anything wrapped in this style when printing */

.noprint {
	display:none;
}

/* don't display any background images or colours when printing */

* {
background-color: white !important;
background-image: none !important;
}

/* Define Landscape */
@page land { size: landscape !important; }
BODY {page: land !important;}

/* common HTML tags to add styles to */

