@charset "utf-8";
/* CSS Document */
body
{
	margin: 16px auto;
	text-align: center;
	background-image: url(image/Base2.jpg);
}
div
{
   
	width:78%;
	background-color:#FC6;
	margin:auto;
    text-align: left;          
}
.testi
{
    font-size: large;
	font-family: "Times New Roman", Times, serif;
}

.minia
{
	font-size: large;
	font-family: Agency FB;
	color: #000000;
}

.titoli
{
	font-size: xx-large;
	font-family: Kristen ITC, Calibri, "Times New Roman", Tahoma;
	color: #0000CC;	
}

.sottotitoli
{
	font-size: x-large;
	font-family: Kristen ITC, Calibri, "Times New Roman", Tahoma;
	color: #0000CC;
}

.curved
{
               moz-border-radius: 10px;
               webkit-border-radius: 10px;

               behavior: url(border-radius.htc);
			  
}

.pulsante
{
	background-color:#FF6600;
	border-color:#FF0000;
}

A:link , A:visited 
{ 
	color: #000000;
	text-decoration: none; 
    font-family:"Agency FB";		
}
A:hover { 
    color: #FF8000;
	font-family:"Agency FB";
}

html 
{
overflow-x: hidden;
}

