<!--
html           {
	margin: 0px;
	padding: 0px;
}

body {
	width: 190px;
	background-color: #012732;
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('oggetto.jpg');
	background-attachment: fixed;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	background-repeat: repeat;
	padding-left: 10px;
}

a:link, a:visited {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active  {
	color: White;
	text-decoration: underline;
	font-weight: bold;
}


.frameset {
	background-color: #003FD8;
	float: left;
	font-weight: bold;
	visibility: hidden;
}

.frameset  a:link, .frameset a:visited {
	color: White;
	text-decoration: none;
}

.frameset  a:hover {
	text-decoration: none;
}

.titolo  {
	clear: both;
	font-size: 16px;
	color: #003FD8;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.titolo a:link, .titolo a:visited {
	color: #003FD8;
	text-decoration: none;
}

.titolo a:hover {
	color: White;
	text-decoration: underline;
}

.ico  {
	clear: both;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.gif0  {
	border: 0px;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.gif1  {
	border: 0px;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.jpg0  {
	border: 1px solid #003FD8;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.jpg1  {
	border: 1px solid #FFFFFF;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.menu  {
	clear: both;
	color: White;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.uscita    {
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.uscitaimmagine    {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
-->

