@charset "utf-8";
.stile {
	background-attachment: scroll;
	background-image: url(img/sfondo2.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
.riga {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tab_network {
	background-image:url(barra-menu/02.png);
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
a:link {
	color: #036;
	text-decoration:none;
}
a:visited {
	color: #336;
	text-decoration:none;	
}
a:hover {
	color: #036;
	
	padding: 3px;
	text-decoration:none;
	border: dashed 1px #003;
}
