Your reset css from yahoo.css is resetting strong css. Perhaps use following in your override.css
- Code: Select all
strong {font-weight: bold !important;}
You can use numbers form 100 to 900 , 900 being more bold or use bold, bolder.
See you around...