remove <p> before <p style=" ... "> on each line of your code where there is a paragraph tag!
you need to change it to <p style=" ... "> some content </p>
There must be only one opening tag and only one closing tag! And you have change your font-size in the opening tag for your paragraph!
Here you can find more information about the syntax of html elements: HTML Elements