h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: xx-large;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: underline;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
body {
	background-color: #CCFFFF;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 900;
	color: #330000;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
