/* CSS Document */
/* Makes the kids text bigger because there is less of it. */
img.sponsor{
display:block;
margin-left:auto;
margin-right:auto;
margin-top:1em;
margin-bottom:1em;
padding:5px;
background-color:#CCCCCC;
}

h4 {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	text-align:center;
	padding: 10px 5px 0px 5px;
	margin:30px 0 0px 0;
	color:#333333;
}

p.kidcaption{
font-family:"Times New Roman", Times, serif;
font-size:14px;
}

dl.feature dd {
margin-left: 169px;
font-size: 120%;
text-indent:2em;
line-height: 1.5em;
color:#666;
}
