.a {
	color: #ca8888;
	text-decoration: underline;
}
.a:hover { 
     color: #8B0C0F;
	 text-decoration: underline;
}
.a:active {
     color: #DADADA;
	 text-decoration: underline;
}
.a:visited {
      color: #DADADA;
	  text-decoration:underline;
}	  
.id { vertical-align:top;}  
.menu {
	background-attachment: scroll;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.bordo_bianco {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	padding: 0px;
	color: #e1e1e1;
	
}
.sfondo_testo {
	font-family: Arial, Helvetica, sans-serif;
	color: #E1E1E1;
	font-size: 12px;
	
}
.bordo_tabella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin dotted #e1e1e1;
	color: #e1e1e1;
}
.menu1 {

	background-attachment: scroll;
	background-image: url(img/menu1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
