h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #0000FF;
	border: medium groove #0000FF;
	color: #FFFFFF;
	text-align: center;
	text-transform: none;
	width: auto;


}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	border: medium groove #FF0000;
	font-size: 24px;
	text-transform: capitalize;
	background-color: #FFFFFF;
}
h3 {
	font-size: 24px;
	color: #FF0000;
	text-decoration: underline;
	border: none;
	width: auto;
	clear: none;
	float: none;
	height: auto;
}
q {
}
