/*
body {
font-family: helvetica, arial, times,sans-serif;
color:black;
background-color:white;
width:620px;
margin-left:auto;
margin-right:auto;
}

a{color:blue;}
*/
label{font-weight:bold; font-size:.7em;}
.minor{ font-size:.75em;}

.favorite_on{
  height:27px;
  background: transparent url(img/star.png) center 0px repeat-y;
  color:#CCC;
  cursor: pointer;
}
.favorite_off{
  height:27px;
  background: transparent url(img/star.png) center 27px repeat-y;
  color:#CCC;
  cursor: pointer;
}