a:link {
	text-decoration: none;
	color: #003300;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #003300;
}

.francigeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}
a.francigeno:hover {
	text-decoration: underline;
	color: #003300;
}
a.francigeno:link {
	font-weight: bold;
	color: #333333;
}
a.francigeno:visited {
	font-weight: bold;
	color: #003300;
}
.didascalia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #003300;
	font-style: italic;
	text-align: center;
}

