/*-------------------------------------------
CSS for Story Hour
--------------------------------------------*/

td.storyHourtd1 { 
	width: 175px;
}

td.storyHourtd2 { 
	background-image: url(/div/images/storyhour/blob.gif); 
	background-position: right center; 
	background-repeat: no-repeat;
}

td.storyHourtd2 p a { 
	font-family: Arial, Sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}

td.storyHourtd2 p a:hover, td.storyHourtd2 p a:active {
	color: #ff6600;
	text-decoration: underline;
	color: #cc6600;
}


