/* CSS Document */
.testo {
	font-family: Georgia;
	font-size: 10px;
	color: #000000;
}

.titolo {
	font-family: Gerogia;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

a.link, a.link:visited , a.link:active {
	font-family: verdana;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: line-through;
}

.credits {
	font-family: georgia;
	font-size: 9px;
	color: #999999;
	text-decoration: italic;
}