<center> tags are easier, but less 'professional'.
Use....
h3 {
align: center;
align: left;
align: right;
}
(Above is mostly for div's or for css that only affects text. This is because it will align whatever is contained in the tags - in this example, it only affects the <h3></h3> tags.)
I...