/* CSS Document */

/* Settaggio della dimensione e del tipo di carattere */
.carattere{
font-family:Goudy Old Style;
font-size:12px;
}
                     
/* Settaggio inerente la tabella contenente il messaggio */
.tabella{
border:1px solid #cccccc;
border-right:none;
}
a:link {
 color: #672293;
 text-decoration: none;
        font-weight: bold;
}
a:visited {
 color: #672293;
 text-decoration: none;
        font-weight: bold;
}
a:hover {
 color: #666666;
 text-decoration: underline;
        font-weight: bold;
}
/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
}

#footer {
	width: 980px;	
padding: 0px;
margin : auto;
	text-align: center;
	color: #000000;
	margin-top: 0;
	font-family : "Goudy Old Style";
font-size : 8pt;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer a {
	color: #672293;
}

#footer a:hover {
	color: #333333;
}
#footer .footer_menu {
	margin: 0 0 10px 0;
	font-size : 12pt;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
font-weight: normal;
	border-right: 1px solid #333333;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */





