.normal {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.normalb {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
body {
	background-color: #E7E6E8;
	background-position: center center;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
h4 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #711C1C;
	text-decoration: none;
}
a:link {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;

}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #E3797C;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #E3797C;
	text-decoration: underline;
}
p {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
