Use the border-spacing property on the table element to set the spacing between cells.
Make sure border-collapse is set to separate (or there will be a single border between each cell instead of a separate border around each one that can have spacing between them).