a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.laterali {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #F7F7F7;
	border-top-width: 1px;
    border-top-style: ridge;
	border-top-color: #F7F7F7;
}