body    {
	background: #FFF;
	font-family: helvetica;
	}
table	{
	width: 740px;
	background: #dfcfd6;
	}
td      {
	background: #dfcfd6;
	font-family: helvetica;
        color: black;
        }
A:link {
	color: #303;
	font-family: helvetica;
	text-decoration: underline;
	}
A:active { 
	color: #333;
	font-family: helvetica;
	text-decoration: underline;
	}
A:visited {
	color: #909;
	font-family: helvetica;
	text-decoration: underline;
	}
A:hover {
	color: #999;
	font-family: helvetica;
	text-decoration: underline;
	}
