.body
{
	font-family: 'Trebuchet MS';
}
A:link       
{ 
	font-weight: bold;
	color: blue;
	font-family: 'Trebuchet MS';
	text-decoration: underline;
} 
A:visited
{
	font-weight: bold;
	color: red;
	font-family: 'Trebuchet MS';
	text-decoration: underline;
} 
A:hover
{
	font-weight: bold;
	color: navy;
	font-family: 'Trebuchet MS';
	text-decoration: underline;
}
TD
{
	font-family: 'Trebuchet MS';
}

