@import url("reset.css");

@import url("stileclassico.css");


		* {
	margin:0;
	padding:0;
	font-family: Arial;
}
img {
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;}
	
	





h5{ color:#F00;}

	


#progetti { margin:50px auto; width:710px; }
#progetti h3 { padding:20px; text-transform:uppercase; }
#progetti h6 { text-indent:-2000em; }

#liste { background:#000;   color:#FFF;}
#progetto {
	font-size:0.7em;
	list-style:none;
	margin-left:100px;
	width:400px;
	position:absolute;
	top:0;}


#progetto li {
	padding:5px 0;
	text-align:left;
}
#progetto li a {
	color:#DDD;
	background:#666;
	width:400px;
	padding:5px 5px 5px 5px;

	
	text-decoration:none;}
#progetto li a:hover { background:#999;

	padding:5px 5px 5px 5px;
	text-decoration:none;
	}











	


