
/* print styles */
Body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
	line-height: 130%;
	color: black;
	background: white;
	}
A:link, A:visited {
	background: white;
	color: black;
	text-decoration: none;
}
div#header{
	height: 90px;
	width: 885px;
	background-image: url(../img/variante.gif);
	background-repeat: no-repeat;
	}
div#content{
	width: 570px;
	background: white;
	float: left;
    }
div#navigation{
	background: white;
	padding-top:10px;
	margin-left: 600px;
	width: 285px;
	border-color: #333;
	border-style: solid;
	border-width: 1px 0 0 0;;
    } 
iframe {
	margin: 0;
	height: 600px;
	width: 570px;
	visibility: visible;
	border-color: #333;
	border-width: 1px 0 0 0;
	border-style: solid;
	}
div#footer{
	margin-top: 20px;
	padding-top: 5px;
	left: 35 px;
	width: 885px;
	line-height: 130%;
	font-size: 0.8em;
	color:#black;
	letter-spacing: 0.01em;
	position:relative;
	border-color: #333;
	border-style: solid;
	border-width: 1px 0 0 0;
	}
#box{
	margin: 42px 0 0 2px;
	position: absolute;
	overflow: hidden;
	font-size: 1em;
	color:#333;
	}
h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
}
p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
p#logo {
	margin-left: 600px;
	display: inline-block;
}
b	{
color:#333;
}
/*tabella*/		
table {
	border-width: 0px 0px 0px 0px;
	border-collapse: collapse;
	text-align: right;
	vertical-align:bottom;
	width: 285px;
	height: 575px;
	border: none;
	border-spacing: 0;
	}
th {
	border-width: 0px 0px 0px 0px;
	width : 95px;
	height : 115px;
	border: none;
	border-spacing: 0;
	}
td {
	width: 95px;
	height: 115px;
	border: none;
	border-spacing: 0;
	}
	
/*immagini*/		
a img {
	border-width: 0;
	background: white;
	opacity:0.3;filter:alpha(opacity=30)
}
a img:hover{
	opacity:1;filter:alpha(opacity=100)
	}
	