@charset "iso-8859-2";
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #0C8DAC;
}
a:active {
	text-decoration: none;
	color: #666;
}

.b_no_sel a:link {
	color: #FFF;
	text-decoration: none;
}
.b_no_sel a:active {
	color: #FFF;
	text-decoration: none;
}
.b_no_sel a:visited {
	color: #FFF;
	text-decoration: none;
}
.b_no_sel a:hover {
	color: #333;
	text-decoration: underline;
}
.b_sel a:link {
	color: #333;
	text-decoration: none;
}
.b_sel a:active {
	color: #333;
	text-decoration: none;
}
.b_sel a:visited {
	color: #333;
	text-decoration: none;
}
.b_sel a:hover {
	color: #0C8DAC;
	text-decoration: underline;
}
.titoloGallery a{
	color: #666;
	text-decoration: none;
}

