h1 {
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-weight: bold;
	background-position: center;
	text-align: center;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}


p {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #FFFFCC;
	text-align: justify;
	font-weight: normal;
}
body {
	font-family: "Comic Sans MS";
	color: #ffff99;
}
