/* CSS Document */
/* Autore: Emanuele Di Cesare
   e.dicesare@fastwebnet.it */
/*modifiche al body*/   
BODY { background: url('img/sfondo.jpg'); }
/* i links generali del sito (non usati) */
A:LINK    {text-decoration : none; color: black; }
A:VISITED {text-decoration : none; color: black; }
A:HOVER   {Color : gray; }
/* modifica il link footer*/
A.footer:LINK    {text-decoration : none; color: white; }
A.footer:VISITED {text-decoration : none; color: white; }
A.footer:HOVER   {Color : #FF6600; }
/* modifica il link enter principale*/
A.menu:LINK    {text-decoration : none; color:#000000; }
A.menu:VISITED {text-decoration : none; color:#000000; }
A.menu:HOVER   {background-color: #FF6600; color:white; }
/*link di entrata in alto a destra nella index*/
A.enterup:LINK    {text-decoration : none; background-color: black; color:yellow; }
A.enterup:VISITED {text-decoration : none; background-color: black; color:yellow; }
A.enterup:HOVER   {background-color: #FF6600; color:white; }
/*menu generale del sito della home e delle altre pagine*/
A.men:LINK    {text-decoration : none; color:#FF6600; }
A.men:VISITED {text-decoration : none; color:#FF6600; }
A.men:HOVER   {background-color: #FF6600; color:white; }


table.tab1  { border-color: #99CCFF; 
              border-style: dashed;
			  border-width: 1px;
			   
			 } 
/*tabella che racchiude tutto e tabella contributi a destra*/
table.tab2  { border-color: yellow; 
              border-style: solid;
			  border-width: 1px;
			  background-color: black;
			 
			 } 

/*tabella della linea spaziatrice sopra*/
table.tab3  { background: url('img/sf_up2.jpg'); } 
/*tabella della linea spaziatrice sotto*/
table.tab4  { background: url('img/sf_down.jpg'); } 

td.footer { background-color: black;}
td.entra { background: url('img/background.jpg');}
td.g { border-color: yellow; 
              border-style: dashed;
			  border-width: 1px;
			  background-color: black;
			 
			 } 
