/* Links for Sub Pages */
a.health:link, a.health:visited, a.health span { display:block; }
a.health:link, a.health:visited
{
  padding-bottom:10px;
  text-decoration:none;
  color:#000;
}
span.health-image, span.health-text { float:left; }
a.health:link span.health-image, a.health:visited span.health-image
{
  margin-right:10px;
  height:132px;
  width:157px;
  overflow:hidden;
  background:no-repeat top left;
}
a.health:hover span.health-image { background-position:bottom left; }
a#physical span.health-image { background-image:url(/images/sleep-facts/photo1.jpg); }
a#productivity span.health-image { background-image:url(/images/sleep-facts/photo2.jpg); }
a#mental span.health-image { background-image:url(/images/sleep-facts/photo3.jpg); }
a#emotional span.health-image { background-image:url(/images/sleep-facts/photo4.jpg); }
span.health-text { width:316px; }
span.health-description, span.health-link { padding-top:5px; }
span.health-link
{
  font-size:11px;
  text-align:right;
  text-decoration:underline;
  color:#000088;
}
