/* line 2, ../sass/handheld.scss */
* {
  float: none;
  /* Screens are not big enough to account for floats */
  font-size: 80%;
  /* Slightly reducing font size to reduce need to scroll */
  background: #fff;
  /*  As much contrast as possible */
  color: #000;
}
