Why is font changing under different pages with same CSS!

Hello,

We have a real puzzle on our hand!
Best way to describe it is via the reference pages.
That is if you look at this page for example:
http://www.anoox.com/paid/adv_options.php

the font type on the Navigational bar on the right is correct.

However, when one clicks on certain buttons on that on that Navigational bar on the right,
then the font type of the Navigational bar on the right is messed up, such as:
http://www.anoox.com/paid/ppc_advantages.php

I have checked and double checked it, and see no difference in the CSS code of the 2 pages.
So what is causing the font-type to be messed up in some of the pages!!!

Regrards,

In one page the main table has a class called anx_text_table.
In the other page it doesn’t have that class.

By the way, why are there css files declared in the middle of tables inside tables inside tables?
And why don’t you use a table-less layout? I guess it’s maintenance on a old (badly written) site?

Hi,

Thanks for that tip.
It is now fixed. I cannot believe I was not seeing that ommision!

About: “why are there css files declared in the middle of tables inside tables inside tables?”
Some CSS files are being loaded by include code and these included code carry their own CSS code for various reasons.

Regards,