/* Set widths and remove background images */
body, #content, #container {
	width: 100%;
	margin: 0 0 0 0;
	float: none;
	background: #fff url(none);
}

/* Remove elements not needed for print. */
#header, #nav {
	display: none; 
}

/* Set fonts for readability. */
body, p, td, div, span {
	font: 1em Helvetica, Arial, sans-serif;
	color: #000; 
}

/* Set heading font attributes. */
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }

/* Set attributes for link readability. */
a: link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
