h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFF33;
	background-color: #3399CC;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFF33;
	background-color: #6699CC;
	margin: 5px;
	padding: 10px;
	height: 200px;
	width: 768px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #FFFF33;
}
.question {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color: #6699CC;
	text-align: left;
	text-indent: 5pt;
	white-space: normal;
}
.answer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFF66;
	text-align: left;
	color: #6699CC;
	text-indent: 5pt;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFF66;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF33;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	border-bottom-style: outset;
}

