/* Typography resets for normal text, semantic text, and headings */

h1, h2, h3, {
	line-height: 1.2;
	margin: .5em 0 .3em 0;
}

h1 { font-size: 2.0em; color: #520708;}
h2 { font-size: 1.6em; color: #520708;}
h3 { font-size: 1.4em; color: #520708;}
h4 { font-size: 1.2em; color: #520708; text-decoration: underline;}
h5 { font-size: 1.1em; text-decoration: underline;}
h6 { font-size: 1.0em; color: #520708;}

p{
	font-size: 1em;
}
div .sommario{
	height: 48px;
	overflow: scroll;
}

address, abbr, acronym {
	font-style: normal;
}

acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

acronym {
	text-transform: uppercase;
}

pre, kbd, code, samp, tt, var {
	font-family: monospace;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

del {
	text-decoration: line-through;
}

/* get forms to show up correctly */

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

form label {
	cursor: pointer;
	margin: 0;
	padding: .3em;
}

fieldset {
	border: none;
}

select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* list element margins and default styles */

/* Miscellaneous oddities and fixes */

/* Common classes */

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: block;
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.cleanup {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}