@charset "utf-8";
/* CSS Document */

body {
	background-color: #020202;
}
a {
	font-family: Berlin Sans FB;
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FF9900;
}
.artisti_bold {
	font-family: "Berlin Sans FB";
	color: #FFFFFF;
	font-weight: lighter;
}
.artisti_normal {
	color: #FFFFFF;
	font-family: "Berlin Sans FB";
}
.artisti_dicono {
	color: #FF9900;
	font-style: italic;
}
.artisti_dicono_Bold {
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
}
.artisti_nome {
	color: #FFFFFF;
	font-family: "Berlin Sans FB";
}

