/*definizioni generiche*/

body { 
font: 100%   verdana, helvetica, sans-serif; ; 
margin:2em 0 0 2em;padding:0;
text-align:left;
background: #000;
color: Lime;
}

html{
	height:100%;
}


#avvisoNN4 { display: none; } hr{
	margin:2em 0 2em 0 ;
}


 a {
 	 text-decoration:  underline;
	 color:#fff;
	  }
	  
	   a:link {
 	 text-decoration: underline;
	 	 color:#fff;
	  }
	   a:hover {
 	 text-decoration: underline;
	 	 color: #fff;
		 	 	 background:  Red;
	  }
	   a:active {
 	 text-decoration: underline;
	 	 color:#fff;
		 	 background: #ccc;
	  }
	  
	  
	  h1{
	  	color: Fuchsia;
	  }






