body {
	font-size: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/******RITMO VERTICALE************/

p, blockquote{
	line-height: 1.5; /*(12 X 1.5 = 18px) OGNI RIGA 20px*/
	margin:1.66em 0;
	font-size: 0.75em; /*con base 16px (12px)*/
}
a{
	color: #661517;
	text-decoration: none;
}
a:hover{
	color: #bc2327;
	text-decoration: none;
}
h1, h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #800003;
	font-weight: normal;
}
h3{
	
	font-weight: normal;
}
h1 {
	font-size:1.5em; /*(18px)*/
	line-height: 1; 
	/*margin top  20+16 px (per arrivare a 2 righe)
	margin-bottom 1 riga , cioč 20px*/
	margin-top: 2em;/*2 righe */
	margin-bottom: 1em; /*(1 riga)*/
}
h2 {
	font-size:1.06em; /*(15px)  */
	line-height: 1.25; /*(16 X 1.25 = 20px) */
	margin-top: 2.5em;/* 16 x 2.5  = 40px 2 righe */
	margin-bottom: 1.25em; /* 16 x 1.25  = 20px (1 riga)*/
}
h3 {
	font-size:0.81em;  /*(13px)*/
	line-height: 1.43; /*(14 X 1.43 = 20px) */
	margin-top: 2.86em;/* 14 x 2.86  = 40px 2 righe */
	margin-bottom: 1.43em; /* 14 x 1.43  = 20px (1 riga)*/
}
h4{
	font-size:1em;  /*(12px)*/
	line-height: 1.66; 
	margin-top: 3.33em;/* 12 x 3.33  = 40px 2 righe */
	margin-bottom: 1.66em; /* (1 riga)*/
}
/******************************************/

blockquote{
	font-style: italic;
	margin-left: 1.66em;
	margin-right: 1.66em;
}


/*letter spacing per abbr e acronym*/
abbr, acronym {
	letter-spacing:0.1em
}


