@charset "utf-8";
a:link {
	color: #437D4A;
	text-decoration: none;
}
a:visited {
	color: #437D4A;
	text-decoration: none;
}
a:hover {
	color: #437D4A;
	text-decoration: underline;
}
a:active {
	color: #437D4A;
	text-decoration: underline;
}
p {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: small;
}
.fondo {
	font-size: x-small;
}
.tabella {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
}
.righe {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #005F1D;
	border-right-color: #005F1D;
	border-bottom-color: #005F1D;
	border-left-color: #005F1D;
	padding: 3px;
}
h1 {
	color: #437D4A;
}
h2 {
	color: #437D4A;
}
h3 {
	color: #437D4A;
}
h4 {
	color: #437D4A;
}