body { 
	background: Black;
	font-size: 80%; 
	font-family:  "Arial Black", Verdana, sans-serif; 
	color: Gray;

}

h1 { 	font-family:  Arial, Verdana, sans-serif;  font-size: 140%;  font-style: italic;   }
h2 { 	font-family:  Arial, Verdana, sans-serif;  font-size: 80%;  font-style: italic;  }
h3 { 	font-family:  Arial, Verdana, sans-serif;  font-size: 120%;  font-style: italic;   }


.header  { 
 
background-image: url('_images/banner.jpg');        
background-repeat: no-repeat; 
	}

.main  { 
 	background-image:url('_images/sfondo.jpg');        
	background-repeat: no-repeat; 
	background-position: top;
	background-attachment: scroll;
        
	scrollbar-base-color:black;  	
	scrollbar-face-color: black;
	scrollbar-track-color: #ADD8E6;
	scrollbar-arrow-color: #ADD8E6;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black; 	
	
}

body footer  { 
	font-size: 70%; 
}

body counter  { 
	font-size: 70%; 
}

a  { 
	text-decoration:none;
	color: #ADD8E6;
	
}
a:hover { 
	letter-spacing: 3px;
	color: #708090;

	}	

a img { 
	text-decoration:none;
	border: 0;
	
}

table { 
	text-align: center;
	font-family:  Verdana, Arial,  sans-serif;  
	font-size: 90%;
	vertical-align: middle;
	orizontal-align: middle;		
}

.blink
{
	text-decoration: blink;
}

.testoFooter  { 
	font-size: 70%; 
}
.testoCounter  { 
	font-size: 73%; 
}

.workinprogress  { 
	font-style: oblique;
	font-size: 120%; 
	vertical-align: middle;
	
}

#slideshow { border: 1px solid #000; overflow: hidden;	margin: 3px auto 3px;
	position: relative; width: 155px; height: 86px;}
#slideshow img {width: 155px;	height: 86px;}

.imgBorder  { 
	border: thin outset Gray;
	
}