body {
	text-align: center;
	color: black;
	font-family: verdana;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #700001;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-shadow-color: #700001;
	scrollbar-track-color: #000000;
}

iframe {
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #700001;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-shadow-color: #700001;
	scrollbar-track-color: #000000;
}


div#contenuto {
	color: black;
}

input.menu {
	background-image: url(images/menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	border: 1px, solid;
	font-weight: bold;
	color: white;
	text-decoration: none;
	cursor: hand;
}

input#selected {
	color: blue;
	background-color: white;
	cursor: default;
}

input.sottomenu {
	background-image: url(images/menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px, solid;
	color: #0000FF;
	width: 150px;
	margin-bottom: 3px;
}

a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #440077;
}

a:hover {
	text-decoration: underline;
}