/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.testo8
{
	text-justify: inter-word;
	font-size: 9px;
	color: #999999;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
.testo8 a:link { color: #999999; text-decoration: none}
.testo8 a:visited { color: #666666; text-decoration: none}
.testo8 a:hover { color: #666666; text-decoration: none}
.testo8 a:active { color: #666666; text-decoration: none}


.testo10nero
{
	text-justify: inter-word;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
.testo10 a:link { color: #999999; text-decoration: none}
.testo10 a:visited { color: #666666; text-decoration: none}
.testo10 a:hover { color: #666666; text-decoration: none}
.testo10 a:active { color: #666666; text-decoration: none}


.testo12
{
	text-justify: inter-word;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
.testo12 a:link { color: #000000; text-decoration: none}
.testo12 a:visited { color: #666666; text-decoration: none}
.testo12 a:hover { color: #666666; text-decoration: none}
.testo12 a:active { color: #666666; text-decoration: none}


.testo9bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.testo9bianco a:link { color: #FFFFFF; text-decoration: none;}
.testo9bianco a:visited { color: #FFFFFF; text-decoration: none;}
.testo9bianco a:hover { color: #FFFFFF; text-decoration: none;}
.testo9bianco a:active { color: #FFFFFF; text-decoration: none;}
