/* Elementi globali */

html, body {
	background: #fff;
}

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

/* Intestazioni */

h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 1em 0;
}

/* Elementi del testo */

abbr, acronym {
	border-bottom: 1px dotted;
}

abbr { speak: spell-out; }
acronym { speak: normal; }

	abbr[title], acronym[title] {
		cursor: help;
	}

	abbr[title]:after, acronym[title]:after, span[title]:after {
		content: " (?) ";
		font-weight: bold;
		font-style: italic;
		cursor: help;
	}
	
cite {
	font-style: italic;
}

code, samp, var, kbd {
	font-family: Courier, monospace, serif;
}
	
dl {
	margin: 0;
	padding: 1em 0;
}
	
	dl dd, dl dt {
		margin: 0;
		padding: 0;
	}
	
em { 
	font-weight: normal;
	font-style: italic; 
}

p {
	margin: 0;
	padding: 1em 0;
}

strong { 
	font-weight: bold;
	font-style: normal; 
}

ul {
	margin: 0;
	padding: 1em 0;
	list-style: none;
}

	ul li {
		margin: 0;
		padding: 0;
	}
	
span[title] {
	border-bottom: 1px dotted;
	font-style: italic;
	cursor: help;
}

/* Moduli */

form {
	margin: 0;
	padding: 0;
}

/* Elementi accessori */

b, i {
	font-style: normal;
	font-weight: normal;
}

hr {
	position: absolute;
	left: -9999px;
}