<!--

html {
	margin: 0px 0px 0px 0px;
}

body {
	background-color: #151515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

/*
************************************************************
                         INVOLUCRO
************************************************************
*/

.involucro {
   margin: 0px;
   padding: 0px;
   margin-left: auto;
	margin-right: auto;
	width: 610px;
}

/*
************************************************************
                          ARTISTA
************************************************************
*/

.artista {
   text-align:left;
	font-size: 16px;
	font-weight: bold;
}

.artista a:link, .artista a:visited {
	color: Red;
	text-decoration: none;
} 

.artista a:hover, .artista a:active{
	color: #FF5959;
	text-decoration: none;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
	float: right;
	text-align:right;
}

.menu ul {
   float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.menu li {
	display: inline;
	float: right;
}

.menu li a {
	/*display: block;*/
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
} 

.menu li a:link, .menu li a:visited {
	color: Blue;
	text-decoration: none;
} 

.menu li a:hover, .menu li a:active{
	color: #5759FF;
	text-decoration: none;
}

/*
************************************************************
                          TENDINA
************************************************************
*/

.tendina {
	height: 40px;
	text-align: right;
	color: Gray;
}

.tendina select {
	margin: 0px;
	padding: 0px;
	background-color: White;
}

/*
************************************************************
                          COPERTINA
************************************************************
*/

.copertina {
	height: 460px;
   text-align: center;
}


/*
************************************************************
                          IMMAGINE
************************************************************
*/

.immagine {
	height: 444px;
	text-align: center;
}

.immagine img {
	border: 0px solid none;
}

.immagine a {
	border: 0px solid none;
}

/*
************************************************************
                          TESTO
************************************************************
*/

.testo {
	height: 424px;
	background-color: White;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	text-align: justify;
	vertical-align: top;
}

/*
************************************************************
                          DIDASCALIE
************************************************************
*/

.didascalie {
	height: 70px;
	color: White;
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
}


/*
************************************************************
                          ZOOM
************************************************************
*/

.zoom {
   width: 80px;
	color: Gray;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
}


.zoom a:link, .zoom a:visited {
	color: Gray;
	text-decoration: none;
}

.zoom a:hover, .zoom a:active {
	color: Red;
	text-decoration: none;
}

.zoom strong {
	color: Red;
}


/*
************************************************************
                          PULSANTI
************************************************************
*/

.pulsanti {
   width: 80px;
	text-align:right;
	color: Gray;
	font-size: 12px;
	vertical-align: bottom;
	font-weight: bold;	
}

.pulsanti a:link, .pulsanti a:visited {
	color: Red;
	text-decoration: none;
	font-size: 12px;
} 

.pulsanti a:hover, .pulsanti a:active{
	color: White;
	text-decoration: none;
}

/*
************************************************************
                          CODA
************************************************************
*/

.coda {
	text-align: right;
	color: Gray;
	font-size: 10px;
}

/*
************************************************************
                       INDIRIZZO
************************************************************
*/

.indirizzo {
	text-align: justify;
	color: Gray;
	font-size: 10px;
}

/*
************************************************************
                          BODY
************************************************************
*/

a:link, a:visited         {
	text-decoration: none;
	color: Blue;
}

a:hover      {
	text-decoration: underline;
	color: Red;
}


-->
