body {
	background-color: black;
}

a.categorie { font-family: Arial; font-size: 10; color: #FFF; text-decoration: none }
a.categorie:hover { font-family: Arial; font-size: 10; color: #FFF; text-decoration: underline }
	   

#imgPhoto {
  display: block;
}


ul#cuoreroll {
  margin: 0 0 0 0;
  padding: 10px 0 30px 0;
  list-style-type: none;
}


ul#cuoreroll li {
  padding: 0;
  margin: 0 3px 3px 0;
  float: left;
  line-height: 100%;
  height: 17px;
  width: 27px;
  background: none;
}


ul#cuoreroll li a {
  float: left;
  display: block;
  margin: 0 3px 0 0;
  border: none;
  background-image: url(immagini/struttura/cuoreoff.jpg);
  width: 23px;
  height: 23px;
}


ul#cuoreroll li.active a, ul#cuoreroll li a:hover {
  border: none;
  background-image: url(immagini/struttura/cuoreon.jpg);
  display:block;
  float: left;
  width: 23px;
  height: 23px;
}