/* CSS Document */

body { margin:0px; padding:0px; margin-top:20px; 
			background-image: url(/immagini/bg.jpg); background-repeat: no-repeat; background-position:top; background-attachment:fixed; background-color:#000000
}

.titolo { font-family:tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#FF9F00; font-weight:bold; }
.tit_nero { font-family:tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#000000; font-weight:bold; }

.testo {
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00254A;
}

.testo-colonna {
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#001B35;
}

a:link 		{ text-decoration: underline; color: #003366; }
a:visited { text-decoration: none; color: #003366; }
a:hover 	{ text-decoration: underline; color: #666666; }
a:active 	{ text-decoration: none; color: #003366; }

a.info:link			{ color:#FF9F00; text-decoration: none; }
a.info:visited 	{ color:#FF9F00; text-decoration: none; }
a.info:hover	  { color:#FF9F00; text-decoration: underline; }


