#quiz {
	background-image: url(/Kids/PiratePersonality/images/JollyRoger.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 350px;
	margin-left: 2%;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #000;
}
h2 {font-size: 130%;}
h3, input {font-size: 120%;}
#quiz input {
	background-color:#000;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 1% 2%;
	border: 3px solid #999;
	margin: 0 auto;
}