body {
	margin: "0pt";
	font-size: 16px;
	line-height: 32px;
	text-align: center;
  }
td {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
a:link		{ color: #666666; text-decoration: none }
a:visited	{ color: #666666; font-weight: normal; text-decoration: none }
a:active	{ color: #ff0000; font-weight: normal; text-decoration: none }
a:hover	{
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
}
td:hover {
	background-color: #F90;
}
