td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
	
a:link {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:active {
	color: #999999;
}
