body

{
	
	font-family: Helvetica, Verdana, Arial;
	
	font-size: 75%;
	
	background-color: rgb(256,256,256);
	
	color: #330099;
	
	text-decoration: none;

}

table

{
	
	font-family: Helvetica, Verdana, Arial;
	
	font-size: 1em;
	

}
h1

{
	
	font-family: Helvetica, Arial, Verdana;
	font-size: 30px;
	
	color: #330099;
	
	text-decoration: none;


}
h2

{
	
	font-family: Helvetica, Arial, Verdana;
	font-size: 20px;
	
	color: #330099;
	
	text-decoration: none;


}

a:link

{
	color: #330099; 
	
	text-decoration: none;

}a:visited{
	
	color: #330099; 
	
	text-decoration: none;

} 

a:active {
	
	color: #330099;
	
	text-decoration: none;

}

a:hover

{
   
	color: olive;
   	
	text-decoration: none;

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #DDD;
color: #309FCE;
font: bold 14px Verdana;
background: #ECEEEC url(tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #309FCE;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #CDDADA;
color: navy;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

#riquadro {

position: relative;
left: 50px;
}

