Currently I have a list that has an H3 heading above it (which I can\'t really remove easily, it\'s auto generated by a cms) and looks something like this
He
In Addition to @Jonathan answer, You must add:
p{ padding: 0px; margin: 0px; }
That solved my problem.