I have an H1 setting in my stylesheet BUT it causes the H1 headline to appear indented. I did look into my stylesheet and found where it called out:
h1, h2, h3, h4, h5, h6 {
margin: 0.3em 0;
}
Oh, I thought that explains the H1 being indented (not why h2, h3.h4, etc. are not but...). I hid that command to give a .3 em margin to those headers, and so it would not effect my page. Alas, that did not work. The H1 header is still indented and the rest of the H2, H3, etc are not. How can I get the H! header to go back and line up with the rest of the text?

<a href="http://www.possets.com">Here is a link to my front page where it is happening.</a>Thank you. If you want me to provide you with any other information, just ask.