<!DOCTYPE html>
<style media="(min-height: 201px)">
body { background-color: blue; }
</style>
<style media="(max-height: 200px)">
body { background-color: yellow; }
</style>
<!DOCTYPE html>
<style media="(min-height: 201px)">
body { background-color: blue; }
</style>
<style media="(max-height: 200px)">
body { background-color: yellow; }
</style>