body {
	margin: auto;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, arial, helvetica, sans-serif;
	background-color: #eeeeee;
	background-image: url(sfondo.gif);
	background-repeat: repeat-y;
	background-position: center;
	cursor: url("mouse.cur"), default;
	text-align: center;
	color:#000080;
	}
a {
	text-decoration: none;
	color:  #000080;
	outline: none;
	}
a:visited {
	color:  #663399;
	}
a:active {
	color:  #663399;
	}
a:hover {
	color: #bb0000;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}

p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
	
#clock {
	text-align: right;
	padding: 0px;
	border: 0px;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	}

#middle {
	margin: auto;
	text-align: center;
	width: 971px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	}
	
	
	
	#navigation1 			{ display:block; float:right; width:205px; height:40;}
	#navigation1					{ background-color:#000099; font-size:9px; font-weight:bold; overflow: hidden} 
	#navigation1 ul		{ margin:auto; list-style:none;}
	#navigation1 li		{ display:inline;}
#navigation1 a			{ display:block; float:left;  padding:3px 2px; color:#000099; text-decoration:none; }
#navigation1 a:hover		{background-color:#000099; text-decoration:underline;no-repeat top left; color:#FFFFFF}
#navigation1 li#activelink a, navigation li#activelink a:hover{ background-color:#000099 no-repeat top left;color:#FFFFFF}		

		
#barra {
	margin: auto;
	overflow: hidden;
	list-style-type:none;
	text-align: center;
	width: 971px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background. url(immagini/barra bianca.gif)
	
	
	}
#navigation 			{ display:block; float:left; width:971px; height:26px;}
	#navigation					{ background-color:#ff0000; font-size:10px; font-weight:bold; overflow: hidden} 
		#navigation1          {background: trasparent;url(immagini/loghi barra/rss.gif) 75% no-repeat}
	#navigation ul		{ margin:auto; list-style:none;}
	#navigation li		{ display:inline;}
#navigation a			{ display:block; float:left;  padding:5px 4px; color:#bb0000; text-decoration:none; }
#navigation a:hover		{background-color:#ff0000; text-decoration:underline;no-repeat top left; color:#ffffff}
#navigation li#activelink a, navigation li#activelink a:hover{ background-color:#bb0000 no-repeat top left;color:#ffffff}

/* the news box */
#news
{
	width:160px;
}
#news a
{
	color:#000080;
	font-size:10px;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
	font-size:10px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

