body {
	font-family: "Comic Sans MS", "Arial";
	font-size: medium;
}
.headerblk {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.headerred {
	font-size: large;
	font-weight: bold;
	color: #E10016;
}
.headerwht {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
.subheaderblk {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.bodyblk {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.subheaderred {
	font-size: medium;
	font-weight: bold;
	color: #E10016;
}
.bodyred {
	font-size: medium;
	color: #E10016;
}
.subred {
	font-size: x-small;
	color: #E10016;
	font-weight: normal;
}
a:link {
	color: #E10016;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E10016;
}
a:hover {
	text-decoration: underline;
	color: #E10016;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
