<!-- remove non-printing items -->
			
.r {display: none;}
table.r {display: none;}
td.r {display: none;}
<!-- reset tables to relative widths -->
.w {width: 90%; margin: auto;}
table.w {width: 90%; margin: auto;}
td.w {width: 90%; margin: auto;}
<!-- set font and background -->
body {background-color: white; font: 9px "Times New Roman", times, serif; color: black;}
