body, table, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	}

.data {
	font-size : 14px;
	font-weight: bold;
	color: #999999; 
	}
	
.news {
	font-size : 12px;
	font-weight: bold;
	color: #738716; 
	}

/*link generici*/
a:visited {
	color: #FF6600; 
	text-decoration: none;
    }

a:link { 
	color: #FF6600; 
	text-decoration: none;
	}
	
a:hover { 
	color: #FF6600;
	text-decoration: underline;
	}
	
/*menu principale*/
a.menu:visited {
	font-size : 12px;
	color: #2A5373;
	text-decoration: none;
	font-weight: bold;
    }

a.menu:link { 
	font-weight: bold;
	font-size : 12px;
	color: #2A5373; 
	text-decoration: none;
	font-weight: bold;
	}
	
a.menu:hover {
	font-style: bold; 
	font-size : 12px;
	color: #8BA11B;
	text-decoration: none;
	font-weight: bold;
	}

/*percorso*/
a.home:visited {
	font-size : 12px;
	color: #999999; 
	text-decoration: none;
	font-weight: bold;
    }

a.home:link { 
	font-size : 12px;
	color: #999999; 
	text-decoration: none;
	font-weight: bold;
	}
	
a.home:hover { 
	font-size : 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
