/* CSS Document */
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: small;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
}

a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a {
	color: #999999;
	text-decoration: none;
}

.iframe {
	width: 400px;
	height: 275px;
	overflow: auto;
	padding: 15px;
}

#link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#link a
{
	text-decoration: none;
	color: #CC0000;
	font-size: small;
}

#link a:hover
{
	text-decoration: none;
	background-color:#FFB9A6;
	color: #CC0000;
	font-size: small;
}

.link_titolo
{
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

.link_sottotitolo
{
	font-size: x-small;
	color: #666666;
}
