@charset "utf-8";
/* CSS Document */


body{
	font-family: Trebuchet MS;
	font-size: 12px;
        color: #ffffff;
        BACKGROUND-COLOR: transparent;
}
a:link {
	color: #a78448;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #a78448;
}
a:hover {
	text-decoration: none;
	color: #a78448;
}
a:active {
	text-decoration: underline;
	color: #a78448;
}


.titolo { 
	font-size: 14px;

	color: #c6c595;
	background-color: #080705;
	padding: 3px 3px 3px 3px;	
}



.body_iframe {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Stile2 {
	font-size: 15px;
	font-family: "Trebuchet MS", Times, serif;
	color: #c6c595;
}
.Stile5 {font-family: "Trebuchet MS"; font-size: 10px; color: #FFFFFF; }

#nav-right ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav-right {
margin: 10px;
}

#nav-right li {
display:block;
padding:0;
margin: 2px 0 2px 0px;
border-bottom: 1px dotted #888; 
}
#nav-right li a {
display:block;
padding: 1px 1px 1px 6px;
text-decoration: none;
background:inherit;
color: #aaa;
}

#nav-right li a:hover{
background:black;
color: #fff;
}