one style page, then a lot of html pages.
you have two columns in html pages, one column is in left, another one is in right. Next time, you want to swap the left and right, i.e., so you can change this in one style page, just define float:left and float:right.
If you define float:left for all columns in style page, you need to change all html pages!