body		{
		font-family: verdana, arial, sans-serif;
		}
		
td		{
		font-size: 80%;
		}

h1 		{
		color: #ff6600;
		font-size: 170%;
		font-weight: none;
		}

h2	 	{
		COLOR: #ff6600; 
		font-size: 140%;
		font-weight: none;
		}

h3	 	{
		COLOR: #ff6600; 
		font-size: 120%;
		font-weight: none;
		}

/* caratteristiche dei link di base*/
a		{
		color: #ff6600; 
		text-decoration: underline; 
		}

a:hover		{
		color: #ff6600;
		text-decoration: underline; 
		}


/* caratteristiche dei link dell'header*/

a.header 	{
		color: #000000; 
		font-size: 80%;
		text-decoration: none; 
		}

a.header:hover	{
		color: #000000;
		font-size: 80%;
		text-decoration: underline; 
		}

/* caratteristiche dei link del navigatore*/

a.nav 		{
		color: #000000; 
		font-size: 75%;
		text-decoration: none;
		}

a.nav:hover	{
		color: #000000;
		font-size: 75%;
		text-decoration: underline; 
		}

/* caratteristiche dei link del menù*/

a.menu		{
		color: #000000; 
		font-size: 90%;
		text-decoration: none; 
		}

a.menu:hover	{
		color: #000000;
		font-size: 90%;
		text-decoration: underline; 
		}

/* queste classi simulano il tag hr per evitare incompatibilit con browser diversi da IE */

.hrarancio { margin-top: 1px; margin-bottom: 1px; background-color: #ff6600}
