/* ===================================*/
/* johndecember@gmail.com  for present/    */
/* created 2001-02-02 */
/* modified 2006-12-16 */
/* ===================================*/
DIV.wrapper{
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	}
DIV.chart{
	padding:5px;
	margin:90px; 
	border:2px solid silver; 
	background-color:#f8f8ff;
	}
H1{border-bottom: 1px solid silver}

/* make font a bit bigger for charts */
p,li,dt{font-size:large;}

/* required for issue of image overlap */
DIV.explain{float:left; width:360px;}

