/* CSS Document */
A { color: #336699; text-decoration: underline; }
A:active { color: #A00; text-decoration: underline; }
A:link { color: #336699; text-decoration: underline; }
A:visited { color: #666666; text-decoration: underline; }
A:hover { color: #A00; text-decoration: underline; }

H2 {
	font-weight: bold;
	color: #000;
}

#bulb {
	background: url(/health/obesity/healthy-kids/tools/quiz/art/bulb2.gif) no-repeat top left;
	margin: 5px 5px 5px 15px;
	padding-left: 35px;
}

/* Printer Friendly */

#printer_friendly {
	width: 7.5in;
	height: 10in;
}

#printer_friendly #bulb {

	width: 80%;

}

#printer_friendly #header {
	height: 5px;
	width: 100%;
	border-top: 2px solid black;
}
#printer_friendly H1 {
	font: normal bold 1.2em arial, helvetica, sans serif;
}

#printer_friendly #footer{
	height: 5px;
	width: 100%;
	border-bottom: 2px solid black;
}

ul.star {
	list-style-image: url(/health/obesity/art/star.gif);
	margin-left: -25px; }
ul.star li { padding-bottom:15px; }

#note { padding: 7px;
background-color: #F2F1DF; 
text-align:center;}
