/*stili per il layout elastico*/
body {
	background-color: #85120B;
}
.titolopagina {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 14px;
}

.testosemplice {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	}
	
.testorosso {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 12px;
	line-height: 18px;
	}
	
.testopanna {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E2D1B6;
	font-size: 14px;
	line-height: 18px;
	}
	
a.testopanna:link  {color: #E2D1B6; text-decoration: none; }
a.testopanna:visited    {color: #E2D1B6; text-decoration: none; }
a.testopanna:hover   {color: #FFFFFF; text-decoration: none;}


.txtsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px;
	clip: rect(auto,10px,auto,auto);
	
}

a.txtsmall:link  { text-decoration: none; }
a.txtsmall:visited    {text-decoration: none; }
a.txtsmall:hover   { text-decoration: none;}

.txtsmallwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 10px;
	clip: rect(auto,10px,auto,auto);
	
}



.Stile1 {
	font-size: 18px;
	font-weight: bold;
}

