[%# Notes for email styles: - Microsoft Outlook does not display "HTML Email", it imports the HTML into a Microsoft Word document and renders that. So, email styling is more about what Microsoft Word is able to import than it is about correct HTML. - never put "margin" on a table element, because some Outlook versions will apply that to all of the table cells as well. - Outlook can't properly handle padding on anything other than a table cell - Outlook can only have "border:collapse" on tables. - never use "float" or absolute positioning - you can't reliably create @print styles, so make everything work on a 7.5" page - Outlook can't do centered fixed-width content without using a table, so the whole page needs wrapped in a table - the "Mkit" system will inline all these styles into the elements themselves, because some email clients don't handle classes well. %]