TD, TH  {
	font-size : medium;
	font-family : 'Comic Sans MS' cursive;
	color : Maroon;
	text-align : center;
}

P, UL, LI {
	font-size : medium;
	font-family : 'Comic Sans MS' cursive;
	color : Maroon;
	text-align : left;
}

H1  {
	font-size : xx-large;
	color : red;
	text-align : center;
	font-family : 'Times New Roman' serif;
}

H2  {
	font-size : x-large;
	font-family : 'Comic Sans MS' cursive;
	;
	color : Red;
}

H3  {}

A  {
	color : Red;
}

A:Visited  {
	color : Teal;
}

A:Active  {}

A:Hover  {}

BODY  {}

.lt  {
	text-align : left;
}

.ct  {
	text-align : center;
}

