body {
	background-image: url(immagini/logo_sfond.jpg);
	background-attachment:fixed	
}

/* links */

.link a:link {
	color: #000000;
	text-decoration: underline;
}
.link a:visited {
	text-decoration: underline;
	color: #000000;
}
.link a:hover {
	text-decoration: none;
	color: #999999;
}
.link a:active {
	text-decoration: underline;
	color: #000000;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}



.bordoright {
	border: 2px solid #ffcc33;
}

.Titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC33;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
img.left 
{
	float:left;
	
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 5px;
}		
img.right
{
	float:right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 2px;
}		
.bordo_totale {

	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ffcc33;
}
.testo_centrato {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.testo_grass_big {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.testo_yellow {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC33;
}
.sfondo_cel {
	background-color: #FFCC33;
}

