body {
	background: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	background-image: url(images/sfondo_da.jpg);
	background-attachment: fixed;
	background-position:top center; 
	background-repeat: repeat;
}
a:link, a:visited {
	font-family: Tahoma;
	color: #CC99FF;
	text-decoration:none;
}
a:hover {
	font-family: Tahoma;
	color: #CC99FF;
	text-decoration:underline;
}

/*MENU BAR*/
.menu {
	padding-top: 4px;
	padding-bottom:4px;
	padding-right:8px;
	text-align:right;
}
.h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #6699FF;
	padding-top: 4px;
	padding-bottom: 4px;
}

.h1 a, .h1 a:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:  #6699FF;
	text-decoration:none;
}
.h1 a:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration:none;
}

.navtab {
	height: auto;
	padding: 6px;
}

/*STILE TITOLI SEZIONI*/
.titolo1 {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:  #6699FF;
	padding-top: 2px;
	padding-bottom:2px;
	background: #333333;
	text-align: center;
}
.titolo2 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #F8AE6B;
	text-align: center;
}
.titolo2 a, .titolo2 a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F8AE6B;
	text-decoration:none;
}
.titolo2 a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration:none;
}
.titolo3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-bottom:6px;
}

/*TESTO*/
.testo1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F8AE6B;
}
.testo2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.testo3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 8px;
}
.testo4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F8AE6B;
}
.testo5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC99FF;
}
.testo6 {
	font-family: Tahoma;
	font-weight: bold;
	color: #CC99FF;
}
.linea {
	border-bottom: 2px dotted #CCCCCC;
	padding-bottom: 6px;
}

/*STILI TABELLE DISCOGRAFIA*/
.discopic {
	width:55px;
	vertical-align:top;
	text-align:left;
	padding-right:15px;
}
.discodesc {
	vertical-align:top;
	text-align:justify;
	padding-bottom:20px;
}
.special {
	background-color:#333333;
	overflow: auto;
	padding: 6px;
	height:300px;
	border: 1px solid #FFFFFF;
}
