/* Link */
img {
	border: 0px;
	padding: 5px;
	
}

a {
	color: #177f00;
	text-decoration: none;
}

a:hover {
	color: #177f00;
	text-decoration: underline;
}

p.testo {
	color: #333333;
	padding: 20px;
	text-align: justify;
}

.titolo {
	background: #FFFCD6 url(img/menu-leaf.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 20px;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

.titolo_pagina {
	background: #FFFCD6 url(img/menu-leaf.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 20px;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 4px;
}

/* FORM */
form {
	margin-left: 40px;
	margin-bottom: 30px;
}

/* FOOTER */
.info_margutti {
	font-size: 0.9em;
	margin: 10px 0px 30px 30px;
	color: #333333;
	width: 230px;
	position:absolute;
}

.info_emotion {
	display: inline;
	font-size: 0.9em;
	font-weight: 700;
	margin-left: 620px;
	margin-bottom: 50px;
	color: #333333;
	position: absolute;
}

.emotion {
	display: inline;
	margin-top: 5px;
	margin-left: 490px; 
	position:absolute;
	font-weight:bold;
}

.w3c {
	color: #cbcbcb;
}

/* LISTA LINKS */
.list_url {
	list-style-image: url(img/bullets.png);
	padding-left: 60px;
	padding-top: 0px;
}

.img_small {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
}

.foto {
	padding: 5px;
	margin: 10px;
	border: 1px solid #ccc;
}


