//The printStyle.css CSS Stylesheet Contents
// see http://www.alistapart.com/stories/goingtoprint/

BODY{
    FONT-SIZE: 14pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: blue;
	margin-left: 10%;
}

table td p ul li div, p.MsoNormal {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: yellow;
}


..noprint
{
    DISPLAY: none;
}

..doprint {
	DISPLAY: block
}

// ADD TO PAGE 
// <link rel="stylesheet" media="print" title="Printer-Friendly Style"   type="text/css" href="printStyle.css">
// block areas using class="noPrint" 
