What is the best way to work with external stylesheets, and give one prefference over the others? Meaning if I have something like this
/css/
mystyles.css
otherstyles.css
Now if both mystyles.css and otherstyles.css have h2 defined but each have different deffinitions, how could I make sure mystyles.css overrides otherstyles?