/* CSS Document */
.TitoloHomePage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2882BE;
	font-weight: bold;
	text-align: center;
}
.TitoloHomePage A:link
{
    color: #2882BE;
    text-decoration: none;
}
.TitoloHomePage A:visited
{
    color: #2882BE;
    text-decoration: none;
}
.TitoloHomePage A:hover
{
    color: #61B0E4;
    text-decoration: none;
}
.TitoloHomePage A:active
{
    color: #2882BE;
    text-decoration: none;
}

.TestoHomePage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D6DAD;
	text-align: center;
}

