BODY {
	background-color : White;
	font-family : "Comic Sans MS";
	font-style : normal;
	font-size : 95%;
	font-weight : normal;
	background-image : url("images/bground.JPG");
}

LI {
	font-family : "Comic Sans MS";
	font-size : 95%;
	font-style : normal;
	font-weight : normal;
}

TH {
	color: Green;
	background-color : White;
	font-weight : bold;
	font-family : "Comic Sans MS";
}

TD {
	font-family : "Comic Sans MS";
	font-size : 95%;
	font-style : normal;
	font-weight : normal;
	
}



B {
	font-weight : bold;
	color : "#7B0100";
}


H1 {
	color: Green;
	font-size : 200%;
	font-weight : bold;
	font-style : normal;
	font-family : "Comic Sans MS";
}

H2 {
	color: Navy;
	font-size : 150%;
	font-weight : bold;
	font-style : normal;
	font-family : "Comic Sans MS";
}


H3 {
	color: Navy;
	font-family : "Comic Sans MS";
	font-size : 125%;
	font-style : italic;
	font-weight : normal;
}

H4 {
	color: Green;
	font-family : "Comic Sans MS";
	font-size : 100%;
	font-style : normal;
	font-weight : normal;
}


H6 {
	color: Navy;
	font-family : "Comic Sans MS";
	font-size : 75%;
	font-style : normal;
	font-weight : normal;
}


P {
	font-family : "Comic Sans MS";
	color : Black;
	font-size : 95%;
	font-weight : normal;
}


	