/*	 
PRINT css sheet

Original commented out--becuase it caused problems in firefox/opera

a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%; 
}

a[href^="/"]:after {
   content: " (http://vworker.com" attr(href) ") "; }


#accessibility-menu, #navigation { 
	display:none !important; }


*/

/*Hide extra items on page*/
.header, .navigation, .sidebar, .footer, .IMFooter { 
	display:none; }

/*set font size*/	
body{font-family: Verdana, sans-serif;} 

