/* Artshed Print CSS */

/* Text Styles */
body 
	{
	background-color:#FFFFFF;
  	font-family : "Times New Roman", Times, serif;
  	font-size : 12px;
	color:#000000;
	}

/* Link Styles */
a 
	{
  	text-decoration : underline;
  	color : #0000ff;
	}

/* DIVS */

#navigation, #tab, img
	{
  	display : none;
	}