body {
	background-image: url(backgrnd.jpg);
}
#navigation {
	width: 760px;
	height: 30px;
	/*display: inline;*/
	margin: 0 0 0 1em;
	padding-top: 12px;
	list-style-type: none;
	font-family: "Eurostile";
	font-size: 15px;
	word-spacing: 1.5px;
}
.pulsante a:link {
	background-color: blue;
	width: 150px;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	border-style: solid lime 5px; 
}
.pulsante a:visited {
	background-color: blue;
	width: 150px;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	border-style: solid lime 5px;
}
.pulsante a:hover {
	background-color: blue;
   width: 150px;
	height: 20px;
	background-color: orange;
	text-decoration: none;
	text-transform: bold;
	border-style: solid lime 5px;
}
.pulsante {
	color: white;
	width: 150px;
	height: 20px;
	display: block;
}
