body{
font-family: sans-serif;
}

/* INIZIO INTESTAZIONE */

#menu_link_off{
font-size: 15px;
color: #016646;
font-weight: 700;
text-decoration: none;
}

#menu_link_off:hover{
font-size: 15px;
color: #f07100;
font-weight: 700;
}

#menu_link_off.speciale{
font-size: 15px;
color: #ff0000;
font-weight: 700;
text-decoration: none;
}

#menu_link_off.speciale:hover{
font-size: 15px;
color: #f07100;
font-weight: 700;
text-decoration: none;
}

#menu_link_on{
font-size: 15px;
color: #f07100;
font-weight: 700;
text-decoration: underline;
}

#menu_link_on:hover{
font-size: 15px;
color: #f07100;
font-weight: 700;
}

#menu_link_on.speciale{
font-size: 15px;
color: #ff0000;
font-weight: 700;
text-decoration: underline;
}

#menu_link_on.speciale:hover{
font-size: 15px;
color: #f07100;
font-weight: 700;
text-decoration: underline;
}

#contatti_intestazione p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	
	font-size: 12px;
	color: #016646;
	font-weight: 600;
	text-decoration: none;
}

/* FINE INTESTAZIONE */



/* INIZIO HOME GALLERIA/SLIDE */

#galleria p{
	font-size: 30px;
	color: #016646;
	font-weight: 700;
	text-decoration: none;
}

/* INIZIO CHI SIAMO */

.chi_siamo{
font-size: 12px;
color: #016646;
font-weight: 400;
text-decoration: none;
}

/* INIZIO LIBRI DI TESTO */

	#legenda_libri span{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		font-size: 12px;
		color: #016646;
		font-weight: 500;
	}
	
ul.tagcloud{

	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
	width: auto;
	text-align: center;
}

ul.tagcloud li{

	display: inline;
}

ul.tagcloud span{

	padding: 0px 5px 0px 5px;
}

ul.tagcloud span:hover{

	color: #016646;
}

span.size1{

	font-size: 120%;
	color: #aa1100;
	
	white-space: nowrap;
}

span.size2{

	font-size: 120%;
	color: #8800BB;
	
	white-space: nowrap;
}

span.size3{

	font-size: 120%;
	color: #0000FF;
	
	white-space: nowrap;
}

span.size4{

	font-size: 120%;
	color: #FF4411;
	
	white-space: nowrap;
}

span.size5{

	font-size: 120%;
	color: #66BB44;
	
	white-space: nowrap;
}

span.size6{

	font-size: 120%;
	color: #88BBDD;
	
	white-space: nowrap;
}


/* INIZIO NEWSLETTER E CONTATTI */

#contatti{
	text-align: center;
	
	font-size: 15px;
	color: #016646;
	font-weight: 700;
	text-decoration: none;
}

