a:link
{
	text-decoration: none;
	// font-family: Times New Roman;
	// font-size: 13pt;
	color: #0000FF;
}

a:visited
{
	text-decoration: none;
	// font-family: Times New Roman;
	// font-size: 13pt;
	color: #000099;
}

a:hover
{
	text-decoration: underline;
	// font-family: Times New Roman;
	// font-size: 13pt;
	color: #FF0000;
}

a:active
{
	text-decoration: none;
	// font-family: Times New Roman;
	// font-size: 13pt;
	color: #00FF00;
}

td {
	text-decoration: none;
	// font-family: Times New Roman;
	// font-size: 13pt;
	color: #000000;
}
