﻿/*LINK NON SOTTOLINEATI */
A:link { text-decoration: none; color:  #FFFF00;}
A:visited { text-decoration: none; color:  #FFFF00 }
A:active { text-decoration: none; color:  #FFFF00 }

/*SFONDO NON SCROLLA */
<!-- 
body
{
background-attachment:fixed;
} 
-->

/*LINK	SOTTOLINEATI SOLO AL PASSAGGIO DEL MOUSE */
A:hover { text-decoration: underline }

.testo1bianco {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}

.testo1biancobold {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.testo2bianco {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
}


.testo1giallo {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFF00;
}

.testo1giallobold {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFF00;
}

.testo2giallo {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFF00;
}

.testo2giallobold {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFF00;
}

.testo3giallo {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFF00;
}

.testo4giallo {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #FFFF00;
}
