/* CSS Document */
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	display: block;
	padding: 4px;
	width: auto;
	text-decoration: none;
	background-color: #CCFF99;
}


.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #99FFCC;
	display: block;
	width: auto;
}
.cella_home1 {
	background-color: #CBDBBD;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #66CC66;
	border-right-color: #66CC66;
	border-bottom-color: #66CC66;
	border-left-color: #66CC66;
}
