Yes.
In your CSS file you can do things like:
Code:
h1 {
margin-top:3em;
font-size:2em;
text-align:centre;
}
The above example can be used for all heading tags, just change the number and add whatever modifications you like.
In the same way, you can pretty much modify the behavior of every single tag available.