/* Basic Print CSS Document */

/* Print Friendly HTML Styles 
------------------------------ */
body { 
	background: #FFF; 
	font-size: 12pt;
	font-family: "Georgia, Times New Roman, serif"; /* can change serif font order */
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* Do Not Print 
------------------------------ */
#header, #footer, #navigation { 
	display: none; 
}

/* Print Content 
------------------------------ */
#content, #sub { 
	float: none; 
	background: transparent;
}




