﻿body 
{
	font-family:Tahoma;
	font-size:small;
	 color :White ;
}
a
{
	color:Lime ;
 text-decoration :none;
 font-weight:bold ;
}
a:hover
{
	color:Aqua ;
	text-decoration:underline;
 font-weight:bold ;
}
.prova
{
	color:Olive ;
 text-decoration :none;
 font-weight:bold ;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/red_fork.png);

}

.emptyRatingStar {
    background-image: url(../Images/black_fork.png);
}

.savedRatingStar {
    background-image: url(../Images/red_fork.png);
}


