/* import main stylesheet into this document */
@import url('main.css');


/* white background for printing */
body {
	background: #FFF;
	background-url: none; }

