.carattere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	line-height:21px;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline
}

a:hover {
	color: #333333;
	margin: 0px;
	text-decoration: none;
	
}

.link2:link, .link2:visited {
	color: #f9f3ed;
	text-decoration: underline;	
}

.link2:hover {
	color: #FF9966;
	text-decoration: underline;
}

.menu:link, .menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
}

.menu:hover {
	color: #b5b5b5; 
    text-decoration: none;

}
