/*strip out superfluous whole page items and simplify others*/
body {
	margin:0;
	color : #000000;
  	background : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt; 
	}
	
/* Hide stuff */	
ol, #shadow, #tots, #newshead, #ticker-container, #quote, #quote span, ol li 
	{display:none; 
	}

/*underline links*/
a 	{
	text-decoration : underline;
	color: #0000ff;

	}
	
	

	
