body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: white;
	color: black;
	font-size: 75%;
}

a {
	font-size: 1.1em;
	text-decoration: none;
	color: #336699;
	font-family: Courier, "Courier New", monospace;
	font-weight: bold;
}

a:visited {
text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: yellow;
	color: black;
}

#fondino {
	background-color: #ccccff;
	width: 100%;
}

#testata {
	width: 100%;
	position: relative;
	background-color: #ffffff;
}

#navigatore {
	background-color: #ccccff;
	width: 100%;
	list-style-type: none;
	position: relative;
	text-align: right;
}

#navigatore li {
	font-size: smaller;
	display: inline;
	font-family: Courier, "Courier New", monospace;
}

#navigatore li a {
	border-top-style: dashed;
	padding-left: .5em;
	border-left-width: 1px;
	text-decoration: none;
	padding-top: .1em;
	color: #000000;
	border-left-style: dashed;
	border-top-width: 1px;
}

# navigatore li a:visited: {
	color: gray;
}

#navigatore li a:hover {
	background-color: black;
	color: white;
}

#bread {
	border-top-style: dashed;
	background-color: #fffccc;
	font-family: Courier, "Courier New", monospace;
	width: 100%;
	border-top-width: 1px;
	position: relative;
	margin-top: -.8em;
}

#cornice {
	width: 100%;
	position: relative;
}

#sottocornice {
	position: relative;
	width: 78%;
}

#tela {
	z-index: 20;
	text-align: left;
	list-style-type: circle;
	position: relative;
	margin-left: 18%;
}

#articolo {
	text-align: left;
	z-index: 20;
	position: relative;
	list-style-type: circle;
}

#testo {
	margin: 1.5em;
	text-align: justify;
}

#testo img {
	margin-left: .4em;
	float: right;
	margin-top: .2em;
	margin-bottom: .4em;
}

h1 {
	font-size: 1.5em;
	font-family: Courier, "Courier New", monospace;
}

.sommario {
	text-align: justify;
	font-style: italic;
	line-height: 1em;
}

#colsx {
	text-align: left;
	position: absolute;
	width: 18%;
	left: 0px;
	top: 0px;
}

.info {
	border-top-width: 15px;
	text-align: left;
	border-right-style: solid;
	border-top-style: solid;
	padding: .5em;
	border-left-color: #ccccff;
	border-bottom-color: #ccccff;
	background-color: #ffffcc;
	border-left-width: 1px;
	border-bottom-width: 1px;
	display: block;
	border-right-color: #ccccff;
	border-top-color: #ccccff;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
}

#coldx {
	top: 0px;
	z-index: 10;
	position: absolute;
	width: 22%;
	left: 78%;
	text-align: right;
}

.sezione {
	color: red;
	font-weight: bold;
	font-size: smaller;
	clear: left;
	text-transform: uppercase;
}

#footer {
	border-top-width: 1px;
	text-align: center;
	margin-top: 2em;
	font-size: smaller;
	width: 100%;
	border-top-style: dashed;
	position: relative;
}

