.comic16blue {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #003399;
	font-size: 16px;
	text-align: center;
}
.comic20blue {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #003399;
	font-size: 20px;
	text-align: center;
}
.comic32blue {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #003399;
	font-size: 32px;
}
.comic64blue {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #003399;
	font-size: 64px;
}
.comic16red {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #CC0033;
	font-size: 16px;
}
.comic20red {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #CC0033;
	font-size: 20px;
}
.comic32red {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #CC0033;
	font-size: 32px;
}
.comic64red {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #CC0033;
	font-size: 64px;
}
.comic16boxed {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #CC0033;
	color: #FFF4FF;
}
div#container
{
   width: 1024px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
img { 
	behavior: url("pngfix.htc"); 
}
body
{
	text-align: center;
	margin: 0;
	background-color: #FFFEFF;
	color: #CC0033;
	font-family: "Comic Sans MS", cursive;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
