BODY
{
	font-size: smaller;
	color: black;
	font-family: Verdana;
}
A
{
    color: black;
    font-family: Verdana;
    font-size: smaller;
}
A:hover
{
    color: black;
    font-family: Verdana;
    font-size: smaller;
    background-color: yellow;
}

SMALL
{
	color: black;
    font-family: Verdana;
    font-size: smaller;
}
STRONG
{
    color: black;
    font-family: Verdana;
    font-size: larger;
}




A.riquadro
{
    color: red;
    font-family: Verdana;
    font-size: smaller;
}
A:hover.riquadro
{
    color: black;
    font-family: Verdana;
    font-size: smaller;
    background-color: cadetblue;
}