After I upgraded a NOD (export as template, etc) to version 11 and published a page, I started having some formatting problems. Upon closer examination I noticed that version 11 produces a new css file named "fusion.css" in addition to the old "site.css" and "style.css". The new file contains CSS definitions for a lot of tags, and the definition that is causing me problems is:
p, pre, blockquote, h1, h2, h3, h4, h5, h6 { line-height: 1.2; margin-top: 0px; margin-bottom: 19px;}I certainly don't have anything in any of the styles I created in the NOD that would create this definition - especially the 19-pixel bottom margin.

Does anyone know what causes this file to get produced and/or how I can modify the definitions in it (other than editing the file after the fact).

Tom