/* CSS TAGS */

html,h1,h2,h3,h4,h5,h6,table,td,tr,a,img,hr,form,p {
	margin: 0;
	padding: 0;
    border: 0;
}

Body {
	font: 11px verdana;
	color: #333333;
	margin: 0 auto;
	padding: 0px;
	background-color:#fff;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff9900;
}

p {
    margin-bottom: 10px;
	line-height: 14px;

}

h1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	font-family: Arial;;
	line-height: 20px;
}

h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 2px;
}

ul {
	list-style-type: square;
}

.ul-lettere {
	list-style-type: upper-alpha;
}

iframe {
    margin-bottom: 30px;
}


