I have a workflow where I'm sending a notification. I have formatted the body of the email using an inline style by editing the html of the body of the notification. After I save the changes to the html, the body looks fine and it formatted how I want it. I then save the notification action. However, if I then go and reopen the notification to edit it again, the body has reverted back to the default format. And when I go look at the html, the custom style is gone. Is this a defect or am I doing something wrong? Below is my html I'm using with the style.
<head>
<style type="text/css">
p {font-family: calibri; font-size: 11pt}
ul {font-family: calibri; font-size: 11pt}
</style>
</head>
<p>Hello,</p>
<p>Today is the first of the month.  We need to validate all the org charts, mail room list, or charts and assets.  In order to ensure this is done correctly, we need to have the most accurate data about where the members of the team are sitting and what equipment you are currently using.  Please review the information below and validate that your is correct. </p>
<p>Please go look at your information: </p>
<ul><li><span id="NWRTEReference1"><a class="ms-rtestate-write" contenteditable="false" onclick="selectThis(this);" href="BLOCKED SCRIPTvoid(0);" reflink="http://teams.bcbsfl.com/it/se/ccp/Lists/Contacts" reftext="Contacts" link="true" style='color: blue; text-decoration: underline'>Contacts</a></span></li>
<li><span><span id="NWRTEReference2"><a class="ms-rtestate-write" contenteditable="false" onclick="selectThis(this);" href="BLOCKED SCRIPTvoid(0);" reflink="http://teams.bcbsfl.com/it/se/ccp/Lists/Assets/My%20Assets.aspx" reftext="Assets" link="true" style='color: blue; text-decoration: underline'>Assets</a></span></span></li></ul>
<p>If you find a problem, here are instructions on how to update the information:</p>
<ul><li><span id="NWRTEReference3"><a class="ms-rtestate-write" contenteditable="false" onclick="selectThis(this);" href="BLOCKED SCRIPTvoid(0);" reflink="http://teams.bcbsfl.com/it/se/ccp/ccpwiki/Pages/Updating%20Contact%20Information.aspx" reftext="Updating%20Contact%20Information" link="true" style='color: blue; text-decoration: underline'>Updating Contact Information</a></span></li>
<li><span id="NWRTEReference4"><a class="ms-rtestate-write" contenteditable="false" onclick="selectThis(this);" href="BLOCKED SCRIPTvoid(0);" reflink="http://teams.bcbsfl.com/it/se/ccp/ccpwiki/Pages/Updating%20Asset%20Information.aspx" reftext="Updating%20Asset%20Information" link="true" style='color: blue; text-decoration: underline'>Updating Asset Information</a></span></li></ul>
<p>We will be updating the information on <span id="NWRTEReference1"><a class="ms-rtestate-write" contenteditable="false" onclick="selectThis(this);" href="BLOCKED SCRIPTvoid(0);" reftext="%7BWorkflowVariable%3At_DueDayofWeek%7D" link="false" style='color: red; text-decoration: underline'>t_DueDayofWeek</a></span>, so please be sure to have it verified by EOD <span id='NWRTEReference2'><a class='ms-rtestate-write' contenteditable='false' onclick='selectThis(this);' href='BLOCKED SCRIPTvoid(0);' reftext='%7BWorkflowVariable%3At_DueDayofWeek%7D' link='false' style='color: red; text-decoration: underline'>t_DueDayofWeek</a> <span id='NWRTEReference1'><a class='ms-rtestate-write' contenteditable='false' onclick='selectThis(this);' href='BLOCKED SCRIPTvoid(0);' reftext='%7BWorkflowVariable%3At_DueDate%7D' link='false' style='color: red; text-decoration: underline'>t_DueDate</a></span></span>.</p>
<p>Thank you, <br/>Jonathan</p>