/* CSS Document */



            
body {background-color:white;background-image:url("./foto/pentagramma_sfondo.jpg"); }
      
      
.main {background-color:white;width:1000px;height:320px;}   

.content {padding-top:-200px;}
.menu { margin:0px; padding:0px; width:200px;vertical-align:top; }

.voce_menu {padding-top:20px;padding-left:20px;
            color:yellow; font-size: x-large; text-indent:60px;
            }
.voce_menu2 {padding-top:20px;padding-left:20px;
            color:yellow; font-size: small; text-indent:40px;
            }

.td_descrizione {vertical-align:top;}
.descrizione {color:black;font-size:large;  }  

.menu table A:LINK { display:block; height:90px;width:230px;
	      background-image:url("./foto/mic_off.png");background-repeat:no-repeat;
         text-decoration:none;
        
        
        }
.menu table A:VISITED  {display:block; height:90px;width:230px;
	      background-image:url("./foto/mic_off.png");background-repeat:no-repeat;
        text-decoration:none;
        
        }
         
.menu table A:HOVER {	display:block; height:90px;width:230px;
		      background-image:url("./foto/mic_on.png");background-repeat:no-repeat;
         text-indent:80px;
    
      }



