body, table, TD {
	font-family : Century gothic, Helvetica, sans-serif;
	font-size : 13px;
	color: #333333; 
	}

.home {
	color: #FFFFFF; 
	}
	
.titolo {
	font-size : 40px;
	color: #990000; 
	}

/*link generici*/
a:visited {
	color: #666666; 
	text-decoration: none;
    }

a:link { 
	color: #666666; 
	text-decoration: none;
	}
	
a:hover { 
	color: #CC0000;
	text-decoration: underline;
	}
	
/*menu principale*/
a.menu:visited {
	font-size : 14px;
	color: #666666;
	text-decoration: none;
    }

a.menu:link { 

	font-size : 14px;
	color: #666666; 
	text-decoration: none;
	}
	
a.menu:hover {

	font-size : 14px;
	color: #FF6600;
	text-decoration: none;
	}

/*percorso*/
a.home:visited {
	font-size : 14px;
	color: #FFFFFF; 
	text-decoration: none;
    }

a.home:link { 
	font-size : 14px;
	color: #FFFFFF; 
	text-decoration: none;
	}
	
a.home:hover { 
	font-size : 14px;
	color: #FFCC00;
	text-decoration: none;
	}
	
