You'll want to familiarize yourself with Cascading Style Sheets (CSS). W3Schools has a pretty decent tutorial
here.
CSS allows you to define the appearance/styling of your web page based on the HTML tags and classes. So, for example, you could tell all tables with a class of wdgT to have a width of 312 pixels without having to edit the table code directly.