For my home page I have a stylesheet named index_home.css, in addition to the standard stylesheet.css. My styles are loading from my stylesheet.css, then being overridden by styles in my index_home.css. Shouldn't it be the other way around?
For example... h3's in stylesheet.css are loaded, they are seen for a few seconds until my index_home.css is loaded (that's when they convert to the styles I want).
Anybody have any idea how to fix this odd loading behavior? How do I get index_home.css to load before stylesheet.css?



