body{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*-------- TITOLI -------------------------*/


h1{
	margin:0px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}


h2{
margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
}

h3{
	color: #F4DEB4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}



/*-------- LINK -------------------------*/

a  {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a:link { text-decoration: underline; }
a:visited  { text-decoration: underline; }
a:hover  { text-decoration: underline; color:#FF0000;}
a:active { text-decoration: underline; }


a.Link  {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.Link:link { text-decoration: none; }
a.Link:visited  { text-decoration: none; }
a.Link:hover  { text-decoration: none; color:#FF0000;}
a.Link:active { text-decoration: none; }


a.Link2  {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-decoration: underline;
}
a.Link2:link { text-decoration: none; }
a.Link2:visited  { text-decoration: none; }
a.Link2:hover  { text-decoration: none; color:#FF0000;}
a.Link2:active { text-decoration: none; }

a.Link3  {
	color:#999999;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.Link3:link { text-decoration: none; }
a.Link3:visited  { text-decoration: none; }
a.Link3:hover  { text-decoration: none; color:#FF0000;}
a.Link3:active { text-decoration: none; }


