@charset "utf-8";
/* CSS Document */
*
	{
		color:#FFFFFF;
	}
body
	{
		background-color:#000000;
	}
	
#contenitore
	{
		width:1024px;
		margin-left:auto;
		margin-right:auto;
		/*background-image:url(../Immagini/sfondo.jpg);*/
		border: 1px solid white;
	}

#header
	{
		background-image:url(../Immagini/header2.jpg);
		width:1024px;
		height:150px;
		background-repeat:no-repeat;
		border-bottom:1px solid white;
	}
	
#vociMenu
	{
		margin-left:0px;
		padding-left:0;
		margin-top:2px;
		padding-bottom:2px;
		text-align:center;
		border-bottom:1px solid white;
	}
	
#vociMenu li
	{
		list-style-type:none;
		display:inline;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14pt;
	}	

#vociMenu a:link, a:visited
	{ 
		color: white; 
		text-decoration: none;
	} 
	
#vociMenu a:active 
	{ 
		color: #cc66ff; 
	} 

#vociMenu a:hover
	{ 
		color: red; 
		text-decoration: underline;
	}

.margine
	{
		margin-right: 80px;
	}

.pagina
	{
		/*margin-left:60px;
		margin-top:30px;*/
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		margin-bottom:10px;
		/*width:675px;*/
	}
	
.bold
	{
		font-weight:bold;
	}