
.testo_grande
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #DE3847;	
	text-decoration: none;
	}

.testo_normale
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: whitesmoke;	
	text-decoration: none;
	}
	
.testo_normale_rosso
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #DE3847;	
	text-decoration: none;
	}

.testo_piccolo
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: whitesmoke;
	text-decoration: none;
	}

.testo_piccolo_nero
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #232A7A;
	text-decoration: none;
	}

.testo_piccolissimo
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #202560;
	text-decoration: none;
	}

A:link
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DE3847;
	text-decoratione: underline;
	font-style: italic
	}

A:active
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DE3847;
	text-decoration: underline;
	font-style: italic
	}


A:visited
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DE3847;
	text-decoration: underline;
	font-style: italic
	}

A:hover
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-style: italic
	}


<!-- link area contenuto -->

.link_cont A { text-decoration: underline; } 

.link_cont A:link 
	{
	font-size: 14px;
	color: #DE3847;
	font-weight: bold;
	text-decoratione: none;
	}

.link_cont A:active
	{
	font-size: 14px;
	font-weight: bold;
	color: #DE3847;
	text-decoration: none;
	}

.link_cont A:visited
	{
	font-size: 14px;
	font-weight: bold;
	color: #DE3847;
	text-decoratione: none;
	}

<!-- hover deve stare dopo visited altrimenti dopo aver visitato il link hover non funzionerą -->

.link_cont A:hover
	{
	font-size: 14px;
	font-weight: bold;
	color: #DE3847;
	text-decoration: none;
	}


#livello
	{
	position: absolute;
	left: 50;
	top: 100;
	z-index: 10;
	visibility: hidden;
	width: 614;
	height: 95;
	}

BODY {
scrollbar-face-color: #DE3847;
scrollbar-highlight-color: whitesmoke;
scrollbar-3dlight-color: #232A7A;
scrollbar-darkshadow-color: #DE3847;
scrollbar-shadow-color: #232A7A;
scrollbar-arrow-color: whitesmoke;
scrollbar-track-color: #1A1B22;
}


.pulsante_form
	{
	background-color: #252A7B;
	font-size: 8pt;
	color: white;
	border-color: whitesmoke;
	border-width: 1;
	}

.pulsante_rosso
	{
	background-color: #FA0000;
	font-size: 8pt;
	color: white;
	border-color: whitesmoke;
	border-width: 1;
	}				