/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; /*attenzione*/
}

ul {
	list-style: none;
	margin: 50px 0;
}
	
html, body {
	font-family: "Verdana", sans-serif;
	background-color: #fff;
	font-size: 20px;
	color: #000;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.active {
	color: #999;
	font-weight: bold;
}

a.evidence {
	color: #999 !important;
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #999999;
}
	
a:hover {
	color: #000;
}

/*globali*/

h1 {
	font-size: 20px;
	color: #fff;
	background-color: #000;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
}
h1 img {
	margin: 40px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

#wrapper {
	text-align: center;
}

#menu {
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 20px;
}

