﻿/*LINK NON SOTTOLINEATI */
A:link { text-decoration: none; color:  #F7AB24;}
A:visited { text-decoration: none; color:  #F7AB24 }
A:active { text-decoration: none; color:  #F7AB24 }

/*SFONDO NON SCROLLA */
<!-- 
body
{
background-attachment:fixed;
} 
-->

/*LINK	SOTTOLINEATI SOLO AL PASSAGGIO DEL MOUSE */
A:hover { text-decoration: underline }

.testo1 {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}

.testo2bianco {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
}


.testo1bold {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.testo1arancio {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #F7AB24;
}

.testo1aranciobold {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #F7AB24;
}

.testo4arancio {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #F7AB24;
}

.testo2arancio {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #F7AB24;
}

.testo2aranciobold {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #F7AB24;
}

.testo3arancio {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #F7AB24;
}

