<!doctype html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="simple.css" media="screen,print"/>
  <link rel="stylesheet" type="text/css" href="media-small.css" media="screen and (min-width: 200px)"/>
</head>
<body>
	<div>test for media labels</div>
</body>
</html>