Any particular reason you commented out your CSS? You've got some real useless CSS in there. you don't even have a P or an H6 tag so why are you creating styles for them?
Your spaces are affected by the size of the font you chose. if you want more space between your lines use a <br/> tag.
You should really look into XHTML and external CSS as your HTML is pretty sloppy and could be much simplified.
Your spaces are affected by the size of the font you chose. if you want more space between your lines use a <br/> tag.
You should really look into XHTML and external CSS as your HTML is pretty sloppy and could be much simplified.