A  {
	color : Blue;
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
	color : Purple;
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Active  {
	color : Blue;
	font-weight : bold;
	font-family : Arial;
	font-size : 11pt;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

BODY  {
	font-size : 11pt;
	font-weight : normal;
	font-family : cursive;
}

TD  {
	font-family : cursive;
	font-size : 11pt;
}


