/* CSS Document */
body {
	background-color: black;
}
h1, h2, h3, h4, h5, h6, body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	text-decoration: underline;
}
h5 {
	font-size: 14px;
}
p {
	font-size: 10px;
}
a {
	color: darkorange;
}
.evidenziato {
	color: darkorange;
	text-decoration: underline;
}
.cellaBordata {
	border: thin solid #006600;
}
