/* CSS Document */
a:link {
	color: #9CCF32;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #9CCF32;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #9CCF32;
	text-decoration: underline;
}
a:active {
	color: #9CCF32;
	text-decoration: underline;
}
.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2D4C2D;
	font-weight: normal;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
}
.testogras {
	font-family: "Times New Roman", Times, serif;
	font-size: 6px;
	color: #452A17;
	font-weight: bold;
}
.grass {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.testocont {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #406B1B;
}
