.carattere {
	font-family: "Palatino Linotype";
	font-size: 13px;
	color: #4e4e49;
}

.carattere2 {
	font-family: "Palatino Linotype";
	font-size: 13px;
	color: #80807f;
}

/*  links  */

a       { 
color: #ffffff;
font-size: 13px;
text-decoration: none;
padding: 3px;

}

a:hover       { 
color: #ffffff; 
text-decoration: none;
}

.menu:link, .menu:visited {
	color: #CCCCCC;
    font-size: 13px;
    text-decoration: none;
    padding: 4px;
	background: #3d3d3c;
}

.menu:hover {
	color: #ffffff; 
    text-decoration: none;
	background: #6b6b6a;

}

.link2:link, .link2:visited {
	color: #666666;
    font-size: 13px;
    text-decoration: underline;
}

.link2:hover {
	color: #80807f;
    text-decoration: underline;
}

.link3:link, .link3:visited {
	color: #ffffff;
    font-size: 13px;
    text-decoration: underline;
}

.link3:hover {
	color: #80807f;
    text-decoration: underline;
}
