/* Foglio di Stile sito Marigosa*/

/* Aspetto pagina */

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  text-align: center; /* per centrare in IE5.x*/
}


/* Aspetto Tabelle e Celle*/
td.bordo {
	border: 1px solid black;
}

td.bordo_grigio {
	border: 1px solid #cccccc;
}

/* SEZIONE ASPETTO FONT */

A.collegamento:link, A.collegamento:visited {
	font: bold 11pt "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}

A.collegamento:hover {
	font: bold 11pt "Times New Roman", Times, serif;
	color: #DE7B7D;
	text-decoration: none;
}

A.piede:link, A.piede:visited {
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}

A.piede:hover {
	font: bold 10pt "Times New Roman", Times, serif;
	color: #DE7B7D;
	text-decoration: none;
}

/* T E S T O */
.titolo {
	font: bold 14pt "Times New Roman", Times, serif;
	color: #DE7B7D;
}

.normale {
	font: 11pt "Times New Roman", Times, serif;
	color: #000000;
	text-align: justify;
}

.testo_home {
	font: 13pt "Times New Roman", Times, serif;
	color: #000000;
	text-align: justify;
	line-height: 30px;
}

.piede {
	font: 10pt "Times New Roman", Times, serif;
	color: #000000;
}
