P  {
	font-family : Comic Sans MS;
	color : White;
}

H1  {}

H2  {
	font-size : x-large;
	font-family : Comic Sans MS;
	font-weight : bold;
	color : White;
	text-align : center;
}

H3  {
	font-size : large;
	font-family : Comic Sans MS;
	color : White;
	text-align : center;
}

A  {
	font-family : Comic Sans MS;
	color : Yellow;
}

A:Visited  {
	font-family : Comic Sans MS;
	color : Silver;
}

A:Active  {
	font-family : Comic Sans MS;
	color : Aqua;
}

A:Hover  {}

BODY  {
	font-family : Comic Sans MS;
	color : White;
	background-color : Navy;
}

TD  {
	font-family : Comic Sans MS;
	color : White;
}

TH  {
	font-family : Comic Sans MS;
	color : White;
	font-weight : bold;
	text-align : center;
}

H4  {
	font-family : Comic Sans MS;
	color : White;
	text-align : center;
}

H5  {
	font-size : x-small;
	font-family : sans-serif;
	color : White;
	text-align : center;
	font-style : italic;
}


