BODY, TD, INPUT
	{
	font-size: 12px; 
	font-family: Arial, Verdana, Sans-serif;
	}
	
A:link
	{ 
	font-size: 12px;
	color: Black; 
	text-decoration: none;
	font-weight: bold;
	}

A:visited 
	{ 
	font-size: 12px;
	color: Black; 
	text-decoration: none;
	font-weight: bold;
	}

A:link:hover 
	{
	font-size: 12px; 
	color: Black;
	text-decoration: underline;
	font-weight: bold;
	}

A:visited:hover 
	{
	font-size: 12px;
	color: Black;
	text-decoration: underline;
	font-weight: bold;
	}