h1 {
	font-family: "Comic Sans MS", Arial;
	font-size: 36px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #CC0000;
}
h2 {
	font-family: "Comic Sans MS", Arial;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #0000CC;
}
p {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
}
