Do you have this setting in your admin usergroup as the color & style of the word Administrators?
Code:
<b><i><span style=\"color: darkblue;\">
If so you cannot include the back slashes. You can use CSS in that area but it has to be done like this:
Code:
<span style="color: darkblue;font-weight:bold;font-style:italic;">
Then your closing tag in the second box would be
Not