a:link , a:visited{
	color: #903;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:active {
	color: #E1DFDF;
	text-decoration: none;
}
a.scuro:link {
	color: #B58C8F;
	text-decoration: none;
}
a.scuro:visited {
	color: #B58C8F;
	text-decoration: none;
}
a.scuro:hover {
	color: #956F72;
	text-decoration: none;
}
a.scuro:active {
	color: #B58C8F;
	text-decoration: none;
}
a.tasto-linkoso:link , a.tasto-linkoso:visited{
	display: block;
	width: 10em;
	background-color: #903;
	padding: 0.3em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	margin-bottom: 0px;
}
a.tasto-linkoso:hover {
	background-color: #300;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a.tasto-linkoso:active {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

