body
{
margin-top:30px;
margin-left:40px;
}

td
{
background-repeat:no-repeat;
}
/*------A-------*/
a
{
color: #000; 
text-decoration:inherit;
}

/*-----INFO-----*/
.info 
{  
color: #000; 
font-size: 11px;
font-family:"Courier New", Courier, monospace;
/*font-family:Georgia,"Courier New", Courier, monospace; */
}

a.info
{
color: #000; 
text-decoration:underline;
}

a.info:link
{
color: #000; 
text-decoration:underline;
}

a.info:hover
{
color: #000; 
text-decoration:none;
}

a.info:visited
{
color: #000; 
text-decoration:underline;
}

/*-----TESTO-----*/
.testo
{
color: #000; 
font-size: 11px;  
font-family:Verdana,Tahoma, Arial, Helvetica, sans-serif;
}

a.testo
{
color: #000; 
text-decoration:underline;
}

a.testo:hover
{
color: #000; 
text-decoration:none;
}
/*-----UNDERCONSTRUCTION-----*/
.underconstruction
{
line-height:80px;
color: inherit;
font-weight:bold;
font-size: 84px;  
font-family:Helvetica, sans-serif;
}

.testocollezione
{
line-height:36px;
color: inherit;
font-weight:bold;
font-size: 32px;  
font-family:Helvetica, sans-serif;
}
/*-----TESTO GRANDE-----*/
.testogrande
{
color: inherit;
font-weight:bold;
font-size: 28px;  
font-family:Helvetica, sans-serif;
}

a.testogrande
{
color: inherit;
font-size: 28px;  
text-decoration:none;
}

a.testogrande:hover
{
font-size: 28px;
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; 
}



/*-----TESTO PICCOLO-----*/
.testopiccolo
{
color: #000; 
font-size: 9px;  
font-family:Tahoma, Arial, Helvetica, sans-serif;
}