body { color: darkblue;
	background-color: lightyellow;
	/*background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	margin-left: 9%; margin-right: 9%;
	/*font-family: helvetica, sans-serif ;*/
	text-align: center; }

h1 { text-align: center;
	color: #800000;
	font-size: 200%;
	font-weight: bold;
	line-height: 70%; }

h2 { text-align: center;
	color: #800000;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
	line-height: 70%; }

h3 { text-align: center;
	font-size: 170%;
	font-weight: bold;
	line-height: 70%; }

p {text-align: center;
	margin-bottom: 4pt; }

p.bacheca { text-align: left; }

ul { margin-top: 4pt;
	margin-bottom: 2pt; }

ul ul { padding-left: 13pt; }

a:hover { color: blue;
	background: lightgreen;
	border-top: solid;
	border-top-width: thin;
	border-bottom: solid;
	border-bottom-width: thin;
	border-color: darkblue;
	text-decoration: none;
	/*padding-left: 1;
	padding-right: 1;*/ }

a:hover.immagine { color: blue;
	background: transparent;
	border-top: none;
	border-bottom: none;
	text-decoration: none;
	padding-left: 0;
	padding-right: 0; }

table {border-collapse: separate;
	border-spacing: 4px;
	width: 75%;
	margin: auto;
	margin-top: 0pt;
	padding-top: 0pt; }

tr {text-align: center; }

.sommario td { text-align: left; }

table.titolo {border-collapse: separate;
	border-spacing: 4px;
	width: 100%; }

table.messaggio {border-collapse: separate;
	border-style: ridge;
	border-width: 5px;
	border-color: green;
	background-color: lightgreen;
	padding: 4px;
	width: 80%;
	margin-top: 1%; }

table.staff{border-collapse: separate;
	border-style: ridge;
	border-width: 4px;
	border-color: green;
	width: 85%; }

table.staff td {border-style: solid;
	border-color: green;
	border-width: 2px;
	padding: 3px;
	background-color: lightgreen; }

table.tecnici{border-collapse: separate;
	border-style: ridge;
	border-width: 4px;
	border-color: darkblue;
	width: 85%; }

table.tecnici td {border-style: solid;
	border-color: darkblue;
	border-width: 2px;
	padding: 3px;
	background-color: lightblue; }

table.partecipanti td { border-style: double;
	border-width: medium; }

table.partecipanti th { border-style: double;
	border-width: medium; }

table.foot { width: 121%;
	background: lightblue;
	margin-left: -11%;
	padding-left: 11%;
	margin-right: -11%;
	padding-right: 11%; }

.foot td { font-size: small; }