body { 
	background-color:white; /*removed background color*/
	border: none; /*removed ridge border*/
}

th, td, .cellcolor {background-color:white;
}

h1 { 
	font-size: 18pt;/*Reduced font size from 250%*/	
	font-family:times, "times new roman", georgia, serif-font;
}

h2 {
	font-size: 14pt;/*Reduced font size from 125%*/
	font-family:times, "times new roman", georgia, serif-font;
}

img {/*Removed pictures from print*/
	display:none;
}

#header {/*Removed positioning properties*/
	margin:0px;
}


#printintro {/*Removed positioning properties*/
	padding:5%;
	width:600px;
}

#introduction {/*This intro will not diplay when Web page is printed*/
	display:none;
}

#tales { /*Removed positioning properties*/
	list-style:none;
	margin:0px;
	padding:5%;
	width: 600px;
}

/*Created 03/16/2009 by Deb Chmielewski*/
/*Revised 03/26/2009 by Deb Chmielewski*/
/*Removed duplicate entries for background-color:none;*/
/*Revised 04/22/2009 by Deb Chmielewski*/
/*Changed font sizes to pt rather than %*/
/*Changed font style from sans-serif to serif*/
/*Removed positioning properties from <div>*/
/*Set display for #introduction to none to improve readability when Web page is printed*/


/*<a href="http://jigsaw.w3.org/css-validator/check/referer">
  		<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        	alt="Valid CSS!" width="88" height="31" /></a>*/

