<!--
div.Section1
	{page:Section1;}
-->

* {
  font-family: sans-serif;
  line-height: 1.5;
}

.range_test {
  /* Default */
  display: none;
  font-weight: bold;
}

html.range_0 #p_0 {
  /* Style overrides for: 0px to 760px */
  display: block;
}

html.range_1 #p_1 {
  /* Style overrides for: 760px to 1920px */
  display: block;
}