@charset "utf-8";

body  {
	font: 100% "Comic Sans MS", cursive;
	background: #FF0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font: bold 36px "Comic Sans MS", cursive;
	text-align: center;
	color: #000;
}
h3 {
	font: bold 18px "Comic Sans MS", cursive;
	text-align: center;
}
h5 {
	font: bold 14px "Comic Sans MS", cursive;
	text-align: center;
	font-size: 18px;
}
h6 {
	font: bold 12px "Comic Sans MS", cursive;
	text-align: center;
}
p {
	font: bold 16px "Comic Sans MS", cursive;
	text-align: justify;
}

h4 {
	font: bold 16px "Comic Sans MS", cursive;
	text-align: center;
}
h2 {
	font: bold 24px "Comic Sans MS", cursive;
	text-align: center;
}
a:link {
	color: #F00;
}
a:visited {
	color: #666;
}
.heading1red {
	color: #F00;
}
