body{
	font-family: Verdana, Arial, sans-serif;
	margin:0px;
	height:100%;
}
#zero_div{
	background-image:url(/immagini/left.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	/* background-attachment:fixed; */
	height:100%;
}
#primo_div{
	background-image:url(/immagini/right.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	/* background-attachment:fixed; */
	height:100%;
	margin-left: 80px;
	padding-right: 80px;
}
#div_testo{
	margin: 10px;
	margin-top:20px;
	margin-bottom:70px;
}
#div_footer{
	color:#999999;
	font-weight:bold;
	font-size: 0.8em;
	text-align:center;
}
#div_footer a:hover{
	text-decoration:none;
}
#div_footer a:link, a:visited, a:active{
	color:#999999;
}
#top_print{
	display:none;
}
.menu2{
	width:100px;
	min-width:100px;
	max-width:100px;
	text-align:center;
	background-color:#FF6600;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 2px solid #000099;
	margin: 0px;
	padding: 0px;
	color: #000099;
	cursor: pointer;
}
.menu3{
	width:100px;
	min-width:100px;
	max-width:100px;
	text-align:center;
	background-color:#3399CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 2px solid #000099;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	cursor: pointer;
}

.menu a:visited {
	color: #000099;
}
.menu a:link {
	color: #000099;
}
.menu a:active {
	color: #0000FF;
	font-weight: bold;
	background-color: #00FFCC;
}
.menu a:hover {
	font-weight: bold;
	background-color: #FFFF00;
}
img{
}
h1{
	color: #FF6600;
}
h2{
	color: #000099;
	line-height:1px;
}
a:link, a:visited, a:active{
	color:#000099;
}
a:hover{
	color:#000099;
	text-decoration:none;
}
.news{
	border: 2px solid #000099;
	border-collapse: collapse;
	border-spacing: 0px;
}
.news th{
	background-color:#FF6600;
	font-size:1.2em;
	font-weight:bold;
	border:2px solid #000099;
}
.news td{
	text-align:left;
	border:2px solid #000099;
}
.similLink{
	color: #000099;
	text-decoration: underline;
	cursor:pointer;
}
.similLink:hover{
	color:#000099;
	text-decoration:none;
}
