/* --------------------------------------------------------------------
File name: print.css
Title: Primary CSS file - 01 Green
Author: Mostad & Christensen, Inc.
License: Copyright Mostad & Christensen, Inc. All Rights Reserved.
---------------------------------------------------------------------- */

/* import other stylesheets into this document */
@import url('main.css');

/* ----------- page structure ------------ */
body {
	background-color: #fff; /* white background for printing */ }

