The order of stylesheets is important. The last sheet linked will override previous ones.
If the order is correct the problem may be with specificity of the selectors.
There are a few resources explaining specificity in CSS if you search around.
Basically a more specific selector will win over a less specific one regardless of order.