	/* 
	typography per landing pages template
	ver.: 1.0
	author: Marinella Dal Sasso
	*/
	
	
	body 					{ color: #444; line-height: 1.4; font-size: 80%; }
	
	/* generic */
	.small,
	.form li.small label	{ font-size: .86em; }
	.form .center			{ text-align: center; }
	.note					{ color: #7c8a9a; }		/* grigio scuro */
	.orange					{ color: #f60; }		/* arancio */
	
	body, 
	input, 
	button, 
	textarea, 
	select 					{ font-family: /*"Trebuchet MS", Arial,*/ sans-serif; letter-spacing: .05em; }
	
	/* headings */
	h1, h2, h3, 
	h4, h5, h6 				{ letter-spacing: .1em; }

	h1 						{ font-size: 1.5em; }
	h2 						{ font-size: 1.4em; }
	h3 						{ font-size: 1.3em; }
	h4 						{ font-size: 1.2em; }
	h5 						{ font-size: 1.1em; }
	h6 						{ font-size: 1em; }
	
	h1, h2, h3, 
	h4, h5 					{ font-weight: normal; }
	
	/* links */
	a 						{ color: #000; border-bottom: 1px dotted #000; text-decoration: none; }
	a:visited 				{ text-decoration: none; }
	a:hover 				{ color: #2dacdf; }
	a:focus 				{ text-decoration: none; }	
	a:focus,:focus 			{ outline: 1px dotted invert; }
	a:active 				{ outline: none; }
	
	/* footer */
	#footer p				{ font-size: .84em; color: #5c5c5c; }
