.DoNotPrint{/* When this DIV tag is used, anything within it will be hidden when the page is printed*/
	display:none;
}

#content { /* Resize the content DIV tag so that it occupies the whole width of the webpage and not just the area where the content normally is*/
	width: 830px;
}
