/* table cell text color */ table.tablesorter td { color: #fff; } /* table cell link text color */ table.tablesorter td a:link { color: #ddd; } table.tablesorter td a:hover { color: #fff; }