The document discusses various table classes in Bootstrap that can be used to style tables. It explains basic table styling with the .table class which adds light padding and horizontal dividers. Other classes like .table-striped add zebra stripes, .table-bordered adds borders, .table-hover adds hover effects, and .table-condensed makes tables more compact. Contextual classes like .success can be used to color table rows and cells.