body {
	background-color: #27832E;
	text-align: center;
	color: #66FF33;
	font-family: "Courier New", Courier, monospace;
}
#intro {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}
#hidden {
	color: #27832E;
}
#skip {
	font-size: x-small;
}

#title {
	text-align: justify;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00CC66;
	border-right-color: #00CC66;
	border-bottom-color: #00CC66;
	border-left-color: #00CC66;
}
a {
	color: #66FF33;
	text-decoration: none;
	border-left-width: 8px;
	border-left-style: solid;
	border-top-color: #00CC33;
	border-right-color: #00CC33;
	border-bottom-color: #00CC33;
	border-left-color: #00CC33;
}
a:hover {
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
}
.elenco {
	height: 350px;
	overflow: auto;
}
h3 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #66FF33;
	border-right-color: #66FF33;
	border-bottom-color: #66FF33;
	border-left-color: #66FF33;
}
