I have font-size set in the body of the application. However, I'm trying to override it on <a> tags at different points within the body (i.e. The nav bar and the post titles). For some strange reason, the font-size css property is being stripped out at every location except the body tag. In FireFox, I'm using the developer toolbar. I view the css for that specific element (what is getting through to the browser), and everything is there except the font-size!!!
What's stranger is that I have an HTML mock-up of the site that uses the exact same css! It looks perfect!
Does WordPress, hosted at my own hosting provider, strip certain css properties???