.heading1 {
	font-family: "Comic Sans MS", Arial;
	font-weight: bold;
	font-size: 18px;
}
.text {
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
	font-weight: normal;
}
.RedHeadingLarge {
	font-family: "Comic Sans MS", Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	color: #0099CC;
	text-decoration: none;
}
