body {
	color: #fff;
	background: #333;
	margin: 25px 0 25px 0;
	padding: 0;
}

acronym, abbr {
	border-bottom: none;
	cursor: help;
}

img {
	display: block;
	border: 0;
}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #666;
	background: transparent; 
}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
}

/* Navigazione */

table#nav	{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

table#nav td {
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

table#nav td a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}
	
#nav td a:link, #nav td a:visited {
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
}

#nav td a:hover {
	color: #f90;
	background: #444;
}

td#home a:link img, td#home a:visited img {
	background: #444;
	color: #999;
	width: 200px;
	height: 75px;
}

td#home a:hover img {
	color: #f60;
	background: #444;
	width: 200px;
	height: 75px;
}