body {
    font: 10pt Arial, sans-serif;
    color: #000000;
	/* background: url(immagini/bg.jpg) fixed center top no-repeat; */
    }

a	{
	color: #ff0000;
	}

a:hover	{
	color: #000000;
	}
	
h2	{
	text-align: center;
	color: #000000;
	}
	
h3	{
	text-align: center;
	color: #ff0000;
	text-align:left;
	}
	
td	{
	font-weight: bold;
	color: #ff0000;
	font-size: 10pt;
	}

.footer	{
	font-weight: bold;
	color: #ff0000;
	font-size: 8pt;
	}
	
.tdMisure	{
	font-weight: normal;
	color: #000000;
	font-size: 7pt;
	}	
	
.tdText	{
	color: #000000;
	font-size: 9pt;
	}	
	
.tdTextNormal	{
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	}	
	
.footerLink	{
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	text-decoration:underline;
	}	

.footerLink:hover	{
	font-weight: bold;
	color: #ff0000;
	font-size: 8pt;
	text-decoration:none;
	}	
	
.tdDescrizione	{
	font-weight: bold;
	color: #000000;
	}
	
.welcome	{
	font-size: 9pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	}
	
.menu	{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
.menu:hover	{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
	
input {
    //background: #FFFFFF;
    //border: 1px solid #000000;
    font: 12pt Arial, sans-serif;
    color: #000000;
    }
