TD  {
	padding-left : 10;
	padding-right : 2;
	font-size : 16;
	padding-bottom : 2;
	margin-left : 2;
	font-weight : Normal;
}

A  {
	font-family : Arial;
	color : Blue;
	text-decoration : none;
	font-weight : bold;
}

A:visited  {
	color : Blue;
	font-family : Arial;
	text-decoration : none;
}

A:Active  {
	color : Red;
	font-family : Arial;
	text-decoration : none;
}

A:Hover  {
	color : Black;
	font-family : Arial;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {
	font-size : 16;
	font-family : Arial;
	font-weight : Normal;
}


