@charset "utf-8";
/* CSS Document */

  <!--
  body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: normal;
	background: #FFF;
	background-position: center;
	margin: 0; /* meglio mettere margin e padding a 0 nel body per i vari browser */
	padding: 0;
	text-align: left; /* se usi contenitore metti center per centrarlo in IE5 e sup. Il testo poi si allinea a sx di default nel contenitore */
	color: #FFF;
	background-color: #FFF;	/* background-image: url();  */
}

.menu			{font:Tahoma; color:#000; font-size:14px; font-weight:bold}
.areaRiservata	{font-size:small; color:#000}
.ricorda		{font-size:x-small; color:#000; font-weight:normal}
.caselleTesto	{font-family:Verdana, Geneva, sans-serif; font-size:9px; font-weight: normal; height: 14px; border: solid 1px #CCC}
.titolo			{font:Tahoma; color:#F60; font-weight:bold; font-size:16px}
.contattare		{font:Tahoma; color:#000; font-weight: normal; font-size:small}
.text			{display:none; width:580px}

a img			{border:none}
a.contattare:hover	{text-decoration:none; color:#FF9900; font-weight:bold}
a:link			{text-decoration: none; color:#000}
a:visited		{text-decoration: none; color:#000}
a:hover			{text-decoration:underline; color:#000}

#News			{border:1px solid #000; background:#FFF; width:200px; height:230px; overflow:hidden}
#News div 		{padding:0 10px}
#News  p 		{padding:10px 0; margin:0}
#News a, News em {display:block}
#text0			{display:block}
-->
