.header {
	font-family: "Comic Sans MS";
	font-size: 36pt;
	color: #FFFFFF;
	font-weight: bold;
}
.title {
	font-family: "Comic Sans MS";
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitle {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: #000033;
	font-weight: bold;
}
.bodytext {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #000066;
}
.bodytext10 {
	font-size: 10pt;
	font-weight: bold;
}
a {
	font-family: Comic Sans MS;
	font-size: 14pt;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
