If I set an item to Font Size 7 using admin_config_colors.asp, if I go back to edit it, it is not shown as Font Size 7.
<option<% if (lcase(strHeaderFontSize)="6") then Response.Write(" selected") %> value="7">7 (36 pt)</option>
The "6" should be changed to "7".