1 <!-- First stylesheet -->
2<link rel="old stylesheet" href="path/to/style.css" />
3 <!-- Next stylesheet can overwrite styles in the first one -->
4<link rel="newer stylesheet" href="path/to/style.css" />
5 <!-- Last stylesheet can overwrite styles in previous ones-->
6<link rel="newest stylesheet" href="path/to/style.css" />
7