/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; background: none #fff; }

/* Dump the unwanted etc. */
.content_bg, #logo {display: none; }

/* Show the important part etc. */
#printtitle, container, lbottompic, ltoppic {
	display: block;
	font-weight: bold;
}

.support2 {
	display: block;
	margin-top : 400;
} 

p, .uldisc1, .textnone {
/*	font-family : Arial, Helvetica, sans-serif; */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-right : 100;
}
