/*modello*/
body{
font-family: Geneva, Arial, Helvetica, sans-serif;
margin:0;
background-color:#DADADA;
}

.corpo{
width: 960px;
height:490px;
margin-top:20px;
padding:5px;
border:1px solid #AA504C;
background-color:#FFF;
}

/*HEADING*/

a{
outline:none;
cursor:hand;
color: #AA504C;
text-decoration:none;
}


a:hover{
outline:none;
cursor:hand;
color: #AA504C;
text-decoration:undereline;
}

h1 {
	font-size: 18px;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #AA504C;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #AA504C;
	line-height: 14px;
	margin-top:10px;
	margin-bottom:3px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 3px;
	color: #AA504C;
	line-height: 20px;
	margin-top:0px;
	margin-bottom:0px;
}

h4 {
  margin-top:5px;
	margin-bottom:3px;
  line-height: 16px;
  text-indent: 20px;
	font-size: 13px;
	font-weight: normal;
	text-align:justify;
}

h5 {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
  margin-top:0px;
	margin-bottom:0px;
}

h6 {
  margin-top:2px;
	margin-bottom:4px;
	font-size: 10px;
	font-weight: normal;
	color: #AA504C;
  line-height: 15px;
  text-align:center;
}

p {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 3px;
	color: #AA504C;
	line-height: 20px;
}


