A family of Microsoft word processing software products for creating web, email, and print documents.
The problem occurs because the font characteristics in the list template have become corrupted. It can be fixed by running a macro containing the following code:
For Each templ In ActiveDocument.ListTemplates
For Each lev In templ.ListLevels
lev.Font.Reset
Next lev
Next templ