How to Set Cellspacing and Cellpadding using CSS

I always set cellspacing and cellpadding using HTML like below-

<table cellpadding="1"  cellspacing="1">

How to do above change using CSS?