<!--
html           {
	margin: 0px;
	padding: 0px;
}

body {
	padding-left: 15px;
	width: 80%;
	background-color: #00233F;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url('cartella.jpg');
	background-attachment: fixed;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-repeat: repeat-y;
}

a:link, a:visited {
	color: White;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	text-decoration: underline;
}

a:active {
	color: Yellow;
	text-decoration: none;
}

.frameset {
	background-color: White;
	float: left;
	font-weight: bold;
	visibility: hidden;
}

.frameset  A:link, .frameset A:visited {
	color: White;
	text-decoration: none;
}

.frameset  A:hover {
	text-decoration: underline;
}

.titolo  {
	clear: both;
	font-size: 16px;
	color: White;
	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: Yellow;
	text-decoration: none;
}

.titolo a:hover {
	color: White;
	text-decoration: underline;
}

.titolo a:active {
	color: Red;
	text-decoration: none;
}

.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 White;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg1  {
	border: 1px solid Yellow;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.menu  {
	clear: both;
	color: White;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.uscita    {
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px; /*margin-right: 15px;*/
}

.uscitaimmagine    {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
-->

